From e51181acb62237f45505e4009e0d9220fe514e87 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Wed, 17 Jun 2020 18:12:04 +0200 Subject: vim: vista: s/coc/nvim-lsp/ also change the lsp bindings --- .vim/plug.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.vim/plug.vim') 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 -- cgit 1.4.1