vimrc

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

Stars
57

Bot releases are hidden (Show)

vimrc - v1.2.1: Terminal Makes me Nuts Latest Release

Published by danirod about 10 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.
vimrc - v1.2.0: Say Hello to my Little Friend

Published by danirod about 10 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.
vimrc - v1.1.1: Moar Plugins

Published by danirod about 10 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.
vimrc - v1.1.0: All Glory To Pathogen

Published by danirod about 10 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.
vimrc - v1.0.1: Freaking Windows

Published by danirod about 10 years ago

  • Fix Windows Unicode settings. Set default encoding to UTF-8 when on Windows, use a Unicode-friendly font on GVim.
vimrc - v1.0.0: First Release

Published by danirod about 10 years ago

  • Share publicly my vimrc setup.