mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 02:10:05 +08:00
16 lines
383 B
Markdown
16 lines
383 B
Markdown
|
# tagbar-makefile.vim
|
||
|
makefile 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-makefile.vim'
|
||
|
```
|
||
|
- Manual
|
||
|
```
|
||
|
git clone https://github.com/tenfyzhong/tagbar-makefile.vim.git ~/.vim/bundle/tagbar-makefile.vim
|
||
|
echo 'set rtp+=~/.vim/bundle/tagbar-makefile.vim'
|
||
|
```
|
||
|
|