fix changes for vim-plug installation

This commit is contained in:
2022-01-25 19:59:40 -07:00
parent c9113d3425
commit 7406739b4a
7 changed files with 110 additions and 102 deletions

View File

@@ -1,8 +1,12 @@
call plug#begin()
source $HOME/.config/nvim/templates/general_plugs.vim
Plug 'neoclide/coc.nvim', {'branch': 'release'}
call plug#end()
source $HOME/.config/nvim/templates/general.vim
call plug#begin()
Plug 'neoclide/coc.nvim', {'branch': 'release'}
call plug#end()
" Theme
colorscheme gruvbox
" Use tab for trigger completion with characters ahead and navigate.
" NOTE: Use command ':verbose imap <tab>' to make sure tab is not mapped by