diff options
author | Guangxiong Lin <[email protected]> | 2021-12-10 01:07:53 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2021-12-10 01:07:53 +0800 |
commit | 9690e7e90d0302c225211724b59116ccf63df4b2 (patch) | |
tree | df0de0ae5f54b387a6ff9cd6c586bbbc96446335 /.vim/plugin/youcompleteme.vim | |
parent | fef9656b9cd2b5b6e1a02fb4f454cde568ba1091 (diff) | |
download | dotfiles-9690e7e90d0302c225211724b59116ccf63df4b2.tar.gz dotfiles-9690e7e90d0302c225211724b59116ccf63df4b2.tar.bz2 dotfiles-9690e7e90d0302c225211724b59116ccf63df4b2.zip |
Fix typo
Diffstat (limited to '.vim/plugin/youcompleteme.vim')
-rw-r--r-- | .vim/plugin/youcompleteme.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.vim/plugin/youcompleteme.vim b/.vim/plugin/youcompleteme.vim index 67eac03..f54613f 100644 --- a/.vim/plugin/youcompleteme.vim +++ b/.vim/plugin/youcompleteme.vim @@ -9,11 +9,11 @@ let g:ycm_filetype_whilelist = { \ "cpp": 1, \ "go": 1, \ "gdscript": 1, - \ "lua": 1 + \ "lua": 1, \ "python": 1, \ "sh": 1, \ "vim": 1, - \ "zsh": 1, + \ "zsh": 1 \ } let g:ycm_filetype_blacklist = { |