1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 06:10:05 +08:00
SpaceVim/bundle/tagbar-proto.vim/README.md

16 lines
368 B
Markdown
Raw Normal View History

2020-06-13 14:06:35 +08:00
# tagbar-proto.vim
protobuf for tagbar
# Install
I suggest you to use a plugin manager, such vim-plug or other.
- [vim-plug](https://github.com/junegunn/vim-plug)
```viml
Plug 'tenfyzhong/tagbar-proto.vim'
```
- Manual
```
git clone https://github.com/tenfyzhong/tagbar-proto.vim.git ~/.vim/bundle/tagbar-proto.vim
echo 'set rtp+=~/.vim/bundle/tagbar-proto.vim'
```