From 936138b90e490e01213846a4da77b82c7490b81a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20B=C4=85k?= Date: Mon, 24 Apr 2023 16:15:22 +0200 Subject: [PATCH] Update init.vim --- init.vim | 1 + 1 file changed, 1 insertion(+) 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