aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorAnton Bobov <anton@bobov.name>2025-01-28 20:32:43 +0500
committerAnton Bobov <anton@bobov.name>2025-01-28 20:33:19 +0500
commit2718630f2e550576fb1808d4cddded20bbd76533 (patch)
tree589b3c07bbc44019226b355db89da8eac8f49f93 /files
parent37b5415cb539af1f1f99c269fc425fcc729d03ab (diff)
vim: add gutentags to vim tags
Read tags on vim start by default, also allow use of -t option.
Diffstat (limited to 'files')
-rw-r--r--files/.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/.vimrc b/files/.vimrc
index 2d84e8e..c17d75f 100644
--- a/files/.vimrc
+++ b/files/.vimrc
@@ -736,7 +736,7 @@ let g:local = 'postgres://postgres@localhost'
" gutentags {{{
let g:gutentags_ctags_tagfile = '.tags'
-let g:gutentags_project_root = g:ctrlp_root_markers
+execute 'set tags+=' . g:gutentags_ctags_tagfile
" }}}
" vim-man {{{