diff options
author | gxlin <[email protected]> | 2021-06-06 11:17:29 +0800 |
---|---|---|
committer | gxlin <[email protected]> | 2021-06-06 11:17:29 +0800 |
commit | bd7d13c48383551cb4b81f9a62e3f38431b168c2 (patch) | |
tree | 2f1a5e4654b054dfc0a83453b9ad5e2197388348 /.vim/plugins/youcompleteme.vim | |
parent | 33696132a4deecf6c717238db805b80e8bda540a (diff) | |
download | dotfiles-bd7d13c48383551cb4b81f9a62e3f38431b168c2.tar.gz dotfiles-bd7d13c48383551cb4b81f9a62e3f38431b168c2.tar.bz2 dotfiles-bd7d13c48383551cb4b81f9a62e3f38431b168c2.zip |
Update
Diffstat (limited to '.vim/plugins/youcompleteme.vim')
-rw-r--r-- | .vim/plugins/youcompleteme.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vim/plugins/youcompleteme.vim b/.vim/plugins/youcompleteme.vim index e289214..050969d 100644 --- a/.vim/plugins/youcompleteme.vim +++ b/.vim/plugins/youcompleteme.vim @@ -11,7 +11,7 @@ let g:ycm_complete_in_strings = 1 let g:ycm_filetype_whilelist = { \ "c": 1, "cpp": 1, "sh": 1, "zsh": 1, - \ "python": 1, + \ "python": 1, "go": 1, \ } let g:ycm_filetype_blacklist = { \ 'ledger': 1 |