Use Packer instead of vim-plug

This commit is contained in:
Christian Nieves
2022-10-19 19:34:32 +00:00
parent 3c8c7d699b
commit b178f8c58f
106 changed files with 631 additions and 209 deletions

View File

@ -6,11 +6,6 @@ Plug 'sso://user/chmnchiang/google-comments'
Plug 'sso://googler@user/piloto/cmp-nvim-ciderlsp'
Plug 'williamboman/nvim-lsp-installer'
if has('nvim') || has('patch-8.0.902')
Plug 'mhinz/vim-signify'
else
Plug 'mhinz/vim-signify', { 'branch': 'legacy' }
endif
let g:signify_skip_filename_pattern = ['\.pipertmp.*']
Glug alert
@ -38,7 +33,6 @@ let g:blazevim_quickfix_autoopen = 1
Glug buganizer plugin[mappings]
Glug relatedfiles plugin[mappings]
Glug g4
"Glug google-csimporter
" Update the current file's build deps
Plug 'junegunn/fzf', { 'do': { -> fzf#install() }, 'commit': '3f75a83' }