Add vim-go and temporarily disable coc

This commit is contained in:
Nicole Tietz-Sokolskaya 2021-11-05 07:57:34 -04:00
parent 309628b05f
commit 721fee88ff
1 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@ Plug 'tpope/vim-fugitive' " whose fault is it
" Language support " Language support
Plug 'sheerun/vim-polyglot' " Automatic syntax highlighting for many languages Plug 'sheerun/vim-polyglot' " Automatic syntax highlighting for many languages
Plug 'ntietz/tla.vim' Plug 'ntietz/tla.vim'
Plug 'fatih/vim-go'
" Use common config to setup tab depth " Use common config to setup tab depth
Plug 'editorconfig/editorconfig-vim' Plug 'editorconfig/editorconfig-vim'
@ -24,7 +25,7 @@ Plug 'editorconfig/editorconfig-vim'
Plug 'flazz/vim-colorschemes' Plug 'flazz/vim-colorschemes'
" Completion and other inline type hints " 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: " After installation, run this to setup with Rust:
" :CocInstall coc-rust-analyzer " :CocInstall coc-rust-analyzer