Commit 9b7c411

mo khan <mo@mokhan.ca>
2025-05-30 17:22:16
chore: set tag file locations
``` set tags=./tags;,tags; ``` Tells Vim to look for a tags file in the directory of the current file as well as in the working directory, and up, and up, and...
1 parent 7b9ebd8
Changed files (1)
vimrc
@@ -53,7 +53,7 @@ set splitright
 set t_Co=256
 set t_vb=
 set tabstop=2
-set tags=./tags;
+set tags=./tags;,tags;
 set title
 set ttyfast
 set updatetime=200