diff options
| author | Blista Kanjo | 2022-07-16 16:55:11 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2022-07-16 16:55:11 -0400 |
| commit | 6f1d9682abb706fe6bbc8cc9d28d7b4bfabc16dd (patch) | |
| tree | a1570bf97dbfd043e5e640b3309c574de41b81ca | |
| parent | ede10bca940714677b381f0a1544fb50e6258bac (diff) | |
feat: now using coc.nvim for autocomplete and install new plugins
| -rw-r--r-- | .vimrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -80,8 +80,10 @@ map <C-p> "+p " ╩ ┴─┘└─┘└─┘┴┘└┘ ╩ ╩┴ ┴┘└┘┴ ┴└─┘└─┘┴└─ call plug#begin() -Plug 'ycm-core/YouCompleteMe' Plug 'https://github.com/preservim/nerdtree', { 'on': 'NERDTreeToggle' } Plug 'LunarWatcher/auto-pairs' +Plug 'neoclide/coc.nvim', {'branch': 'release'} +Plug 'tpope/vim-surround' +Plug 'junegunn/fzf' call plug#end() |
