Skip to content

Latest commit

 

History

History
58 lines (35 loc) · 743 Bytes

README.md

File metadata and controls

58 lines (35 loc) · 743 Bytes

My vim files

vim setup managed by vim-plug.


Install

make link     # symlink to ~/.vim
make restore  # install vim plugins

Adding packages

vim ~/.vimrc     # add 'Plug 'x/y''
make install     # update ./bin/install

Updating plugins

make update

Minimal mode

To make vim startup time faster in git:

git config --global core.editor "env VIM_MINIMAL=1 vim +startinsert"

Tips

In OSX, use MacVim to use a better build of vim with support for Ruby, Python, Lua, and other niceties.

$ brew install macvim --override-system-vim --with-python3 --with-lua --with-luajit

Thanks

MIT license