diff --git a/nvim/.config/nvim/plugs.vim b/nvim/.config/nvim/plugs.vim index 339c58f..d9ced94 100644 --- a/nvim/.config/nvim/plugs.vim +++ b/nvim/.config/nvim/plugs.vim @@ -16,6 +16,7 @@ Plug 'tpope/vim-fugitive' " whose fault is it " Language support Plug 'sheerun/vim-polyglot' " Automatic syntax highlighting for many languages Plug 'ntietz/tla.vim' +Plug 'fatih/vim-go' " Use common config to setup tab depth Plug 'editorconfig/editorconfig-vim' @@ -24,7 +25,7 @@ Plug 'editorconfig/editorconfig-vim' Plug 'flazz/vim-colorschemes' " Completion and other inline type hints -Plug 'neoclide/coc.nvim', {'branch': 'release'} +"Plug 'neoclide/coc.nvim', {'branch': 'release'} " After installation, run this to setup with Rust: " :CocInstall coc-rust-analyzer