Danirod Vimrc Versions Save

My opinionated config for Vim. This is a read-only mirror.

v1.2.1

9 years ago
  • Fallback to GitHub color scheme if using Vim on a terminal. GVim and MacVim will still default to Solarized. Switching to Vundle seemed to introduce a bug on how the terminal renders; as this bug can't be reproduced on old v1.1.x series.

v1.2.0

9 years ago
  • Switch from Pathogen to Vundle for plugin management. Vundle uses a more friendly and flexible way for installing and removing plugins.
  • Remove Git submodules. Plugins are now managed through .vimrc thanks to Vundle.
  • Better and more UNIX-friendly install script.

v1.1.1

9 years ago
  • Install Solarized theme and set it to the default color scheme.
  • Install NERDtree file viewer and attach it to a command.
  • Install vim-fugitive for Git integration inside Vim.
  • Install vim-racket for Racket integration inside Vim.
  • Make Pathogen generate help tags for plugins.
  • Change default font on GVim for Linux to DejaVu Sans Mono.

v1.1.0

9 years ago
  • Move to Pathogen as a plugin management system. This will allow me to install new plugins in the future.
  • Add GitHub color scheme and set it to default.

v1.0.1

9 years ago
  • Fix Windows Unicode settings. Set default encoding to UTF-8 when on Windows, use a Unicode-friendly font on GVim.

v1.0.0

9 years ago
  • Share publicly my vimrc setup.