vim-project-tags - tag filenames renamed
This commit is contained in:
parent
31521f1be5
commit
ff4888f93f
4
vimrc
4
vimrc
|
@ -391,6 +391,10 @@ nnoremap <leader>o :BufExplorer<CR>
|
|||
" undotree
|
||||
nnoremap <leader>ut :UndotreeToggle<cr>
|
||||
|
||||
" vim-project-tags
|
||||
call project_tags#add_language('.phptags','php')
|
||||
call project_tags#add_language('.jstags','js')
|
||||
call project_tags#add_language('.vimtags','vim')
|
||||
|
||||
|
||||
let g:tagbar_type_css = {
|
||||
|
|
Loading…
Reference in New Issue