aboutsummaryrefslogtreecommitdiff
path: root/.vim/plugin/general.plug
diff options
context:
space:
mode:
authorgxlin <[email protected]>2021-07-20 23:30:18 +0800
committergxlin <[email protected]>2021-07-20 23:30:18 +0800
commita83dea3c8c92a30c83760c0e71bb35322190105b (patch)
tree92e28e0d2edcbb5be734b329e01a4f302cdabb8e /.vim/plugin/general.plug
parent79deeb3d8f888fadd8fef49086f34ae7ff74e08f (diff)
downloaddotfiles-a83dea3c8c92a30c83760c0e71bb35322190105b.tar.gz
dotfiles-a83dea3c8c92a30c83760c0e71bb35322190105b.tar.bz2
dotfiles-a83dea3c8c92a30c83760c0e71bb35322190105b.zip
Config of vim lsp
Diffstat (limited to '.vim/plugin/general.plug')
-rw-r--r--.vim/plugin/general.plug4
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 = []