]> www.ljiriste.work Git - dotfiles.git/commitdiff
Add ctags search in all parent dirs up to home dir trunk
authorLukáš Jiřiště <redacted>
Fri, 25 Sep 2026 07:48:44 +0000 (09:48 +0200)
committerLukáš Jiřiště <redacted>
Fri, 25 Sep 2026 07:48:44 +0000 (09:48 +0200)
vim/.vimrc

index 871d7d9df3a63cd0f28ea69a619b51febe6f10e8..ef740371f3636ec12111b32c432fbefa2645ff87 100644 (file)
@@ -29,6 +29,9 @@ set belloff=all
 set wildmode=longest:full,full
 set wildmenu
 
+" Try to find tags in parent folder recursivelly
+set tags=tags;~
+
 " Add every subfolder of the vim root folder to path for find command
 set path+=**