Can sorting be disabled?
naddeoa opened this issue · 2 comments
naddeoa commented
Is there any way of disabling the sorting in tagbar by default? It would be great to be able to get an overview in the order that it is defined in the file.
Thanks for the work.
taoso commented
It seems that the vim-tagbar do the sort. You can use s to switch the sort mode.
naddeoa commented
You're right. Looks like I can just add the following to my ftplugin/markdown.vim
file
let g:tagbar_sort = 0