VIM:插件

来自WHY42
imported>Soleverlee2017年4月11日 (二) 02:31的版本 (以“=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...”为内容创建页面)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)

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