Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 427 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 427 Bytes

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'