aboutsummaryrefslogtreecommitdiff
path: root/.vim/plugin
diff options
context:
space:
mode:
authorgxlin <[email protected]>2021-07-22 22:57:12 +0800
committergxlin <[email protected]>2021-07-22 22:57:12 +0800
commita20ed9b8db905f1b79d6d8cf66fe1ab310168d58 (patch)
treedbe238b77466e10a4e0bc0616a5c9852f25798d7 /.vim/plugin
parenta83dea3c8c92a30c83760c0e71bb35322190105b (diff)
downloaddotfiles-a20ed9b8db905f1b79d6d8cf66fe1ab310168d58.tar.gz
dotfiles-a20ed9b8db905f1b79d6d8cf66fe1ab310168d58.tar.bz2
dotfiles-a20ed9b8db905f1b79d6d8cf66fe1ab310168d58.zip
Remove vim-lsp-settings and add vim-eunuch
Diffstat (limited to '.vim/plugin')
-rw-r--r--.vim/plugin/general.plug8
1 files changed, 5 insertions, 3 deletions
diff --git a/.vim/plugin/general.plug b/.vim/plugin/general.plug
index d68ee70..5f690d8 100644
--- a/.vim/plugin/general.plug
+++ b/.vim/plugin/general.plug
@@ -1,13 +1,15 @@
" vim: ft=vim
-Plug 'Yggdroot/LeaderF', {'do': ':LeaderfInstallCExtension'}
Plug 'Valloric/YouCompleteMe', {
\ 'do': 'python3 ./install.py --clangd-completer',
\ }
-Plug 'dense-analysis/ale'
-Plug 'sheerun/vim-polyglot'
Plug 'prabirshrestha/vim-lsp'
Plug 'mattn/vim-lsp-settings'
+Plug 'dense-analysis/ale'
+Plug 'sheerun/vim-polyglot'
+Plug 'Yggdroot/LeaderF', {'do': ':LeaderfInstallCExtension'}
+Plug 'tpope/vim-eunuch'
+
let g:ycm_language_server = []
let g:Lf_RootMarkers = []