aboutsummaryrefslogtreecommitdiff
path: root/init.vim
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2022-07-16 09:39:16 +0100
committerJuan J. Martinez <jjm@usebox.net>2022-07-16 09:39:16 +0100
commit79f0875c87bdf585d68b5937da54f72c9bbf556e (patch)
tree630eabd9fb79f90801be7416911745f2d6bf2712 /init.vim
parent2c16554e4b7bc84ed8db35f5fdd3e9c606e36e21 (diff)
downloaddotnvim-79f0875c87bdf585d68b5937da54f72c9bbf556e.tar.gz
dotnvim-79f0875c87bdf585d68b5937da54f72c9bbf556e.zip
The whole project
Diffstat (limited to 'init.vim')
-rw-r--r--init.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.vim b/init.vim
index 72a101f..674b64e 100644
--- a/init.vim
+++ b/init.vim
@@ -111,7 +111,7 @@ set completeopt-=preview
set completeopt=menuone,noinsert,noselect
" tags
-" use :GutentagsUpdate to start using it in a project
+" use :GutentagsUpdate! to start using it in a project
" otherwise it will be off
let g:gutentags_generate_on_missing=0
let g:gutentags_generate_on_new=0