1
0
mirror of https://github.com/DazAh/dotfiles synced 2026-05-21 18:25:46 +01:00

Coc plugin changes

This commit is contained in:
DazAh
2020-04-19 11:55:42 +01:00
parent c2e760504f
commit 26b3b0f8dc
+3 -3
View File
@@ -9,13 +9,13 @@ Plug 'tpope/vim-fugitive'
" CoC LSP/Intellisense
Plug 'neoclide/coc.nvim', {'branch': 'release'}
Plug 'neoclide/coc-python'
" Plug 'neoclide/coc-python'
" Rust"
Plug 'rust-lang/rust.vim'
Plug 'racer-rust/vim-racer'
Plug 'neoclide/coc-rls'
" Plug 'racer-rust/vim-racer'
" Plug 'neoclide/coc-rls'
call plug#end()
map <C-c> :NERDTreeToggle<CR>