From 2718630f2e550576fb1808d4cddded20bbd76533 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Tue, 28 Jan 2025 20:32:43 +0500 Subject: vim: add gutentags to vim tags Read tags on vim start by default, also allow use of -t option. --- files/.vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/.vimrc') 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 {{{ -- cgit v1.2.3