diff options
author | gxlin <[email protected]> | 2021-07-19 20:55:57 +0800 |
---|---|---|
committer | gxlin <[email protected]> | 2021-07-19 20:55:57 +0800 |
commit | 79deeb3d8f888fadd8fef49086f34ae7ff74e08f (patch) | |
tree | 52f0a22b3d0c194821fb45e52ab5d9d2b635ee35 /.vim/plugin/general.plug | |
parent | 58263cb458bc7ad9b123173f81f0912f341a702c (diff) | |
download | dotfiles-79deeb3d8f888fadd8fef49086f34ae7ff74e08f.tar.gz dotfiles-79deeb3d8f888fadd8fef49086f34ae7ff74e08f.tar.bz2 dotfiles-79deeb3d8f888fadd8fef49086f34ae7ff74e08f.zip |
Modify .zshrc and config of ycm
Diffstat (limited to '.vim/plugin/general.plug')
-rw-r--r-- | .vim/plugin/general.plug | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.vim/plugin/general.plug b/.vim/plugin/general.plug index 4bbc709..453acba 100644 --- a/.vim/plugin/general.plug +++ b/.vim/plugin/general.plug @@ -1,7 +1,6 @@ Plug 'Yggdroot/LeaderF', {'do': ':LeaderfInstallCExtension'} Plug 'Valloric/YouCompleteMe', { \ 'do': 'python3 ./install.py --clangd-completer', - \ 'for': ['python', 'cpp', 'go', 'gdscript'] \ } Plug 'dense-analysis/ale' Plug 'sheerun/vim-polyglot' |