diff --git a/init.vim b/init.vim index eaba6e1..cc46204 100644 --- a/init.vim +++ b/init.vim @@ -26,7 +26,7 @@ Plug 'godlygeek/tabular' " Easy alligning of code based on match, :Tab/| will li Plug 'plasticboy/vim-markdown' " All markdown features (some are disabled by polyglot) Plug 'sheerun/vim-polyglot' " Dynamically loads syntax hilighting from multiple packages Plug 'ms-jpq/chadtree', { 'branch': 'chad', 'do': 'python3 -m chadtree deps' } " A file tree -Plug 'wakatime/vim-wakatime' +"Plug 'wakatime/vim-wakatime' Plug 'neoclide/coc.nvim', { 'branch': 'release' } " Autocompletion Plug 'github/copilot.vim' " Copilot Plug 'easymotion/vim-easymotion' " Advanced navigation