Start using tagbar more
This commit is contained in:
parent
c8c98b541f
commit
52614350da
@ -155,6 +155,9 @@ set nocompatible
|
|||||||
let g:SuperTabLongestEnhanced = 1
|
let g:SuperTabLongestEnhanced = 1
|
||||||
|
|
||||||
"{- TAGBAR -}"
|
"{- TAGBAR -}"
|
||||||
|
" Map toggle of the tagbar to f8
|
||||||
|
nnoremap <silent> <F8> :TagbarToggle<CR>
|
||||||
|
let g:tagbar_autoclose = 1
|
||||||
" Use `hasktags` to generate tags for Haskell files
|
" Use `hasktags` to generate tags for Haskell files
|
||||||
let g:tagbar_type_haskell = {
|
let g:tagbar_type_haskell = {
|
||||||
\ 'ctagsbin' : 'hasktags',
|
\ 'ctagsbin' : 'hasktags',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user