VIM:插件

来自WHY42
imported>Soleverlee2017年4月11日 (二) 02:32的版本 →‎Pathogen

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