cknadler / vim-anywhere

Use Vim everywhere you've always wanted to
MIT License
3.66k stars 147 forks source link

Use ~/.gvimrc.min or ~/.vimrc.min if one exists. #45

Closed daeyun closed 9 years ago

daeyun commented 9 years ago

This option is useful if you want to use a minimal version of .vimrc and improve startup time. For example, my .vimrc.min only consists of built-in features (no plugins). https://github.com/daeyun/dotfiles/blob/master/.vimrc.min

cknadler commented 9 years ago

:+1: ^_^