We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0283671 commit 94b7a47Copy full SHA for 94b7a47
default.vimrc
@@ -131,7 +131,7 @@ nnoremap <silent> <leader>bd :Kwbd<CR>
131
let g:auto_save = 1
132
133
" CTags
134
-map <leader>rt :!ctags --extra=+f --exclude=tmp --exclude=node_modules -R * <CR><CR>
+map <leader>rt :!ctags --extra=+f --exclude=tmp --exclude=node_modules -Rf.git/tags * <CR><CR>
135
136
" Exclude Javascript files in :Rtags via rails.vim due to warnings when parsing
137
let g:Tlist_Ctags_Cmd="ctags --exclude='*.js'"
0 commit comments