/tagbar-ext.vim

filetype extensions for tagbar.

Primary LanguageVim ScriptMIT LicenseMIT

tagbar-ext.vim

filetype extensions for tagbar.

supported:

  • make
  • markdown
  • proto
  • rust
  • thrift

Install

I suggest you to use a plugin manager, such vim-plug or other.

Plug 'tenfyzhong/tagbar-ext.vim'
  • Manual
git clone https://github.com/tenfyzhong/tagbar-ext.vim.git ~/.vim/bundle/tagbar-ext.vim
echo 'set rtp+=~/.vim/bundle/tagbar-ext.vim'