mirror of
https://github.com/amix/vimrc
synced 2025-07-09 18:55:01 +08:00
add tagbar, .ctags for js
This commit is contained in:
@ -169,3 +169,9 @@ nnoremap <silent> <leader>d :GitGutterToggle<cr>
|
||||
let g:session_directory="~/tmp"
|
||||
let g:session_autoload="no"
|
||||
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
" => Tagbar
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
nmap <F8> :TagbarToggle<CR>
|
||||
let g:tagbar_left=1
|
||||
|
||||
|
Reference in New Issue
Block a user