aboutsummaryrefslogtreecommitdiff
path: root/init.vim
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2022-07-16 09:27:15 +0100
committerJuan J. Martinez <jjm@usebox.net>2022-07-16 09:27:15 +0100
commit2c16554e4b7bc84ed8db35f5fdd3e9c606e36e21 (patch)
tree0b704cf12cc1ade034649fa61facab9e159778cc /init.vim
parente1bd2bba5adcc483e3b1d14bf94db03a88c35a88 (diff)
downloaddotnvim-2c16554e4b7bc84ed8db35f5fdd3e9c606e36e21.tar.gz
dotnvim-2c16554e4b7bc84ed8db35f5fdd3e9c606e36e21.zip
Reminder on how to enable it
Diffstat (limited to 'init.vim')
-rw-r--r--init.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.vim b/init.vim
index a6ba0bf..72a101f 100644
--- a/init.vim
+++ b/init.vim
@@ -111,6 +111,8 @@ set completeopt-=preview
set completeopt=menuone,noinsert,noselect
" tags
+" 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
let g:gutentags_cache_dir='~/.cache/tags/'