.vimrc for vim/macvim/vimR http://github.com/lsd/vim
- recommended usage: Rather than clone this repo, grab the vimrc file and save locally as
~/.vimrcor copy into your~/.vimrc, install theNeoBundlevim plugin, open vim, run :NeoBundleInstall
I use VimR and MacVim but this setup should be OS-agnostic. Please contribute/contact if you encounter problems.
Note that this cfg maps nearly all Fn keys, use/disable/edit as needed
This config uses (and includes) NeoBundle for plugin management. For manual installation, remove bundle/neobundle.vim from the repo and follow the instructions on https://github.com/Shougo/neobundle.vim
- Clone repo,
ln -s repo ~/.vimthen symlink~/.vimrcto~/.vim/vimrc - Launch vim and run
:NeoBundleInstallto install plugins
I disable the left/right sidebars when opening vim in a console. They only auto open in MacVim because of how I use MacVim and vim. If you want these buffers to open with vim, remove the if has("gui_running") clause
