vim-project-tags - tag filenames renamed

This commit is contained in:
ManjaroOne666 2017-09-18 23:26:21 +01:00
parent 31521f1be5
commit ff4888f93f
1 changed files with 4 additions and 0 deletions

4
vimrc
View File

@ -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 = {