diff options
| author | Robert Günzler <r@gnzler.io> | 2020-06-17 18:12:04 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2020-06-17 18:13:10 +0200 |
| commit | e51181acb62237f45505e4009e0d9220fe514e87 (patch) | |
| tree | 34516291b687f6f51484625ef2aab6044ad872d5 /.vim/plug.vim | |
| parent | 595e32e96e1dc6dcc7037e0df1c6773931156f4d (diff) | |
vim: vista: s/coc/nvim-lsp/
also change the lsp bindings
Diffstat (limited to '')
| -rw-r--r-- | .vim/plug.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vim/plug.vim b/.vim/plug.vim index 131fb59..49a655f 100644 --- a/.vim/plug.vim +++ b/.vim/plug.vim @@ -43,7 +43,7 @@ call plug#begin('~/.vim/plugged') Plug 'tpope/vim-sleuth' " auto-set shiftwidth and expandtab options Plug 'nathanaelkane/vim-indent-guides' " show indentation levels Plug 'tpope/vim-repeat' " extend '.' to plugins - Plug 'liuchengxu/vista.vim' " sidebar populated by coc, ctags, etc. + Plug 'liuchengxu/vista.vim' " sidebar populated by lsp, ctags, etc. Plug 'sgur/vim-editorconfig' " implements editorconfig in vimscript Plug 'rhysd/conflict-marker.vim' Plug 'michaeljsmith/vim-indent-object' " adds indentation text-objects |