VIM:插件:修订间差异
imported>Soleverlee |
imported>Soleverlee |
||
第32行: | 第32行: | ||
cd ~/.vim/bundle | cd ~/.vim/bundle | ||
git clone git://github.com/godlygeek/tabular.git | git clone git://github.com/godlygeek/tabular.git | ||
#vim | |||
:helptags ~/.vim/bundle/tabular/doc | |||
:help tabular | |||
</source> | </source> | ||
使用下面的命令对其,例如按照等号: | 使用下面的命令对其,例如按照等号: | ||
*<code>:Tab /=</code> | *<code>:Tab /=</code> | ||
=xx= | |||
=xx= | |||
[[Category:Linux/Unix]] | [[Category:Linux/Unix]] |
2017年4月11日 (二) 07:26的版本
Pathogen
Pathomakes it super easy to install plugins and runtime files in their own private directories.
mkdir -p ~/.vim/autoload ~/.vim/bundle
curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim
.vimrc:
execute pathogen#infect()
supertab
Supertab可以实现按tab自动补全。
vim supertab.vmb
:so %
安装完在~/.vim/plugin
NERD Tree
git clone https://github.com/scrooloose/nerdtree.git ~/.vim/bundle/nerdtree
#in vim
:helptags ~/.vim/bundle/nerdtree/doc/
:help NERDTree
Tabular
cd ~/.vim/bundle
git clone git://github.com/godlygeek/tabular.git
#vim
:helptags ~/.vim/bundle/tabular/doc
:help tabular
使用下面的命令对其,例如按照等号:
:Tab /=