Skip to content

baldrailers/vimfiles

 
 

Repository files navigation

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

About

My VIM config files.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 98.9%
  • Other 1.1%