mirror of
https://git.decapod.one/brethil/dotfiles
synced 2025-01-07 14:36:03 +01:00
vim: add tagbar plugin
This commit is contained in:
parent
f7c35abb61
commit
4b2b598ed1
|
@ -39,6 +39,7 @@ Plug 'https://github.com/maxbrunsfeld/vim-yankstack'
|
||||||
" Mark indentation level
|
" Mark indentation level
|
||||||
Plug 'https://github.com/nathanaelkane/vim-indent-guides'
|
Plug 'https://github.com/nathanaelkane/vim-indent-guides'
|
||||||
|
|
||||||
|
Plug 'https://github.com/majutsushi/tagbar'
|
||||||
" snipmate
|
" snipmate
|
||||||
Plug 'https://github.com/MarcWeber/vim-addon-mw-utils'
|
Plug 'https://github.com/MarcWeber/vim-addon-mw-utils'
|
||||||
Plug 'https://github.com/tomtom/tlib_vim'
|
Plug 'https://github.com/tomtom/tlib_vim'
|
||||||
|
|
|
@ -106,3 +106,6 @@ noremap <Leader>P "+p
|
||||||
|
|
||||||
" A friggin python breakpoint. Invoke with @b "FIXME: make this decent
|
" A friggin python breakpoint. Invoke with @b "FIXME: make this decent
|
||||||
let @b = 'A
breakpoint()ýajkj0'
|
let @b = 'A
breakpoint()ýajkj0'
|
||||||
|
|
||||||
|
" Tagbar
|
||||||
|
nmap <F8> :TagbarToggle<CR>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user