diff --git a/init.vim b/init.vim index 89ece31..f8c8eff 100644 --- a/init.vim +++ b/init.vim @@ -21,6 +21,7 @@ Plug 'https://github.com/ryanoasis/vim-devicons' " Developer Icons Plug 'https://github.com/tc50cal/vim-terminal' " Vim Terminal Plug 'https://github.com/preservim/tagbar' " Tagbar for code navigation Plug 'https://github.com/terryma/vim-multiple-cursors' " CTRL + N for multiple cursors +Plug 'https://github.com/neoclide/coc.nvim' set encoding=UTF-8