Created
February 8, 2016 21:12
-
-
Save BorisKourt/73cc775176360b33c839 to your computer and use it in GitHub Desktop.
ctags + vim tagbar for the Literate project.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let g:tagbar_type_literate = { | |
\ 'ctagstype' : 'literate', | |
\ 'kinds' : [ | |
\ 's:section', | |
\ 'c:code', | |
\ 'i:includes' | |
\ ] | |
\ } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment