diff options
Diffstat (limited to '.vim/plugin/general.plug')
-rw-r--r-- | .vim/plugin/general.plug | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.vim/plugin/general.plug b/.vim/plugin/general.plug index 453acba..d68ee70 100644 --- a/.vim/plugin/general.plug +++ b/.vim/plugin/general.plug @@ -1,9 +1,13 @@ +" 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' let g:ycm_language_server = [] let g:Lf_RootMarkers = [] |