aboutsummaryrefslogtreecommitdiff
path: root/plugin/youcompleteme.vim
diff options
context:
space:
mode:
authorMax Christian Pohle2023-10-20 19:47:50 +0200
committerMax Christian Pohle2023-10-20 19:47:50 +0200
commitbb61c6f72c569dce81a619bf601524b8e627dfd2 (patch)
treee2c1ad924bf94e8c173c4455b8b064c07d649f61 /plugin/youcompleteme.vim
parent7443eb6e3889e2fca9bc3bdcefd7569590f8f2a2 (diff)
downloadvim-bb61c6f72c569dce81a619bf601524b8e627dfd2.tar.bz2
vim-bb61c6f72c569dce81a619bf601524b8e627dfd2.zip
Furter house keeping
Diffstat (limited to 'plugin/youcompleteme.vim')
-rw-r--r--plugin/youcompleteme.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/youcompleteme.vim b/plugin/youcompleteme.vim
index 9e17ad5..a241dae 100644
--- a/plugin/youcompleteme.vim
+++ b/plugin/youcompleteme.vim
@@ -4,7 +4,7 @@ augroup YOUCOMPLETEME
4 4
5 let g:ycm_autoclose_preview_window_after_insertion = 0 5 let g:ycm_autoclose_preview_window_after_insertion = 0
6 let g:ycm_auto_trigger = 1 6 let g:ycm_auto_trigger = 1
7 let g:ycm_collect_identifiers_from_tags_files = 1 " Let YCM read tags from Ctags file 7 let g:ycm_collect_identifiers_from_tags_files = 0 " Let YCM read tags from Ctags file
8 let g:ycm_confirm_extra_conf = 0 " security is overrated ;) 8 let g:ycm_confirm_extra_conf = 0 " security is overrated ;)
9 let g:ycm_always_populate_location_list = 0 " we can manually run :YcmDiags to do that 9 let g:ycm_always_populate_location_list = 0 " we can manually run :YcmDiags to do that
10 10
..