From 6f1d9682abb706fe6bbc8cc9d28d7b4bfabc16dd Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Sat, 16 Jul 2022 16:55:11 -0400 Subject: feat: now using coc.nvim for autocomplete and install new plugins --- .vimrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 811ad79..deb68b5 100644 --- a/.vimrc +++ b/.vimrc @@ -80,8 +80,10 @@ map "+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() -- cgit v1.2.3