autotags tags file name

This commit is contained in:
ManjaroOne666 2018-03-15 13:00:26 +00:00
parent 67814d88fa
commit 077899fdc8
1 changed files with 3 additions and 0 deletions

3
vimrc
View File

@ -518,6 +518,9 @@ nnoremap <leader>o :BufExplorer<CR>
" undotree
nnoremap <leader>ut :UndotreeToggle<cr>
" vim-autotag
let g:autotagTagsFile = '.ctags'
" TagBar
nnoremap <leader>tb :TagbarOpen fj<CR>
nnoremap <leader>] :tag /[.#@]<c-r>=expand('<cword>')<cr><cr>