Start using tagbar more

This commit is contained in:
Andrew R. M 2021-05-19 20:46:07 -04:00
parent c8c98b541f
commit 52614350da

View File

@ -155,6 +155,9 @@ set nocompatible
let g:SuperTabLongestEnhanced = 1
"{- 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
let g:tagbar_type_haskell = {
\ 'ctagsbin' : 'hasktags',