diff options
author | gxlin <[email protected]> | 2021-06-16 00:55:31 +0800 |
---|---|---|
committer | gxlin <[email protected]> | 2021-06-16 22:39:15 +0800 |
commit | f456d790b007c3841549ec35a996483135cceec3 (patch) | |
tree | e9352e4806ebe27326dba032ef6929157344f87f /.vim/plugins/general.plug | |
parent | a3c1649a195cf87db6581b5a8c703fa867462210 (diff) | |
download | dotfiles-f456d790b007c3841549ec35a996483135cceec3.tar.gz dotfiles-f456d790b007c3841549ec35a996483135cceec3.tar.bz2 dotfiles-f456d790b007c3841549ec35a996483135cceec3.zip |
Add vim-godot plug
Diffstat (limited to '.vim/plugins/general.plug')
-rw-r--r-- | .vim/plugins/general.plug | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.vim/plugins/general.plug b/.vim/plugins/general.plug new file mode 100644 index 0000000..fd57452 --- /dev/null +++ b/.vim/plugins/general.plug @@ -0,0 +1,9 @@ +Plug 'Yggdroot/LeaderF', {'do': ':LeaderfInstallCExtension'} +Plug 'Valloric/YouCompleteMe', { + \ 'do': 'python3 ./install.py --clangd-completer', + \ 'for': ['python', 'cpp', 'go', 'gdscript'] + \ } +Plug 'dense-analysis/ale' + +let g:ycm_language_server = [] +let g:Lf_RootMarkers = [] |