diff options
author | Humphrey Lin <[email protected]> | 2020-09-20 17:51:20 +0800 |
---|---|---|
committer | Humphrey Lin <[email protected]> | 2020-09-20 17:51:20 +0800 |
commit | f26ef0ecf46387966983daf878bb5a3f4d7eb09f (patch) | |
tree | 752b7c09d322fbf21ca934449fe4f8125fcce575 /.vimrc | |
parent | 9cecc479ad3561f9bd174f3dc7f33e0ce0c48c74 (diff) | |
download | dotfiles-f26ef0ecf46387966983daf878bb5a3f4d7eb09f.tar.gz dotfiles-f26ef0ecf46387966983daf878bb5a3f4d7eb09f.tar.bz2 dotfiles-f26ef0ecf46387966983daf878bb5a3f4d7eb09f.zip |
Update
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -107,7 +107,7 @@ let g:ycm_complete_in_strings = 1 let g:ycm_filetype_whilelist = { \ "c": 1, "cpp": 1, "sh": 1, "zsh": 1, - \ "python": 1, "go": 1, + \ "python": 1, \ } " vim-gutentags |