/vim-config

Primary LanguageVim scriptOtherNOASSERTION

Vim config

These are my vim configuration files.

Install

git clone https://github.com/fedeotaran/vim-config.git .vim-config
  && cd .vim-config
  && bash install.sh

Upgrading

cd <path_of_your_installation>
git pull

Make sure to run install.sh after to install new plugins.

Make your own configurations

Put your own customizations in dotfiles appended with .local:

  • .vimrc.local to set you own vim configurations.
  • .vimrc.bundles.local to add more vim plugins.

What's included?

Vim plugins

Thanks

This dotfiles take many ideas from work of many people, blogs, vimcasts, and others.

License

It is free software and may be redistributed under the terms specified in the LICENSE file.