Add rst sections to neovim tagbar

This commit is contained in:
Daniel Siepmann 2023-03-07 08:44:33 +01:00
parent 52baeb7ae2
commit 88c9e80be1
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -86,7 +86,8 @@ let g:tagbar_type_xml = {
let g:tagbar_type_rst = {
\ 'ctagstype': 'reStructuredText',
\ 'kinds' : [
\ 'c:chapters:0',
\ 'c:chapter:0',
\ 's:section:0',
\ ],
\ 'sort': 0,
\ }