VIM:插件:修订间差异
imported>Soleverlee 以“=Pathogen= [http://www.vim.org/scripts/script.php?script_id=2332 Patho]makes it super easy to install plugins and runtime files in their own private directories. <s...”为内容创建页面 |
imported>Soleverlee |
||
第6行: | 第6行: | ||
</source> | </source> | ||
.vimrc: | .vimrc: | ||
<source lang=" | <source lang="bash"> | ||
execute pathogen#infect() | execute pathogen#infect() | ||
</source> | </source> | ||
=supertab= | =supertab= | ||
[[Category:Linux/Unix]] | [[Category:Linux/Unix]] |
2017年4月11日 (二) 02:31的版本
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()