VIM:插件:修订间差异
imported>Soleverlee |
imported>Soleverlee |
||
第6行: | 第6行: | ||
</source> | </source> | ||
.vimrc: | .vimrc: | ||
<source lang=" | <source lang="python"> | ||
execute pathogen#infect() | execute pathogen#infect() | ||
</source> | </source> |
2017年4月11日 (二) 02:32的版本
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()