oob-vim is a set of configurations for Vim, NeoVim, Gvim and MacVim.
It makes Vim works out of the box for Unix-like systems, and maybe on Windows ( not tested ), too.
git clone git://github.com/zer4tul/oob-vim.git ~/.oob-vim
for vim:
ln -s ~/.oob-vim ~/.vim
for NeoVim
ln -s ~/.oob-vim ~/.config/nvim
for vim:
vim +PlugInstall +qa
for NeoVim:
nvim +PlugInstall +qa
Install oob-vim for both vim and NeoVim:
curl -sLf https://raw.githubusercontent.com/zer4tul/oob-vim/master/install.sh | bash
Install oob-vim for vim:
curl -sLf https://raw.githubusercontent.com/zer4tul/oob-vim/master/install.sh | bash -- install vim
Install oob-vim for NeoVim:
curl -sLf https://raw.githubusercontent.com/zer4tul/oob-vim/master/install.sh | bash -- install neovim
Note: The installation method all above are ONLY FOR UNIX-LIKE SYSTEMS.
~/.vimrc.local
--> For common Vim config customizations.~/.gvimrc.local
--> For Gvim/MacVim customizations.~/.vimrc.bndles.local
--> For bundles customizations.- Default color scheme is wombat256 ( for 256-color terminals ) or wombat. And included flazz's vim-colorschemes colletion & Base16. If you don't like the default one, you can spicify another.
- junegunn for vim-plug. Which makes plugin managment much more easier.
- Steve Francia for his ultra vim config: spf13-vim. It's really awesome. Lot's of settings in this configuration comes from his vimrc file.
- Dave Halter for autocompletion library for python named Jedi and jedi-vim Vim plugin.
- Markdown ( bound to *.md, *.mdwn, *.mkd, *.mkdn, *.markdown )
- Golang
- SASS