pickled-vim
These are the vim configurations I'm using. I'll try to comment as much as I can about what's going on, but your mileage may vary.
Principals
- optimize for macOS and MacVim, but work with regular vim on macOS and elsewhere
- optimize for Ruby, Python, Javascript, and shell development
- try to balance minimalism and full featured but bloated
- keep reasonably up-to-date
- mimic common idioms/commands/behaviors from other editors when they are useful
- ie command-t for fuzzy finding in TextMate and Atom
- lay the groundwork for maybe switching to neovim someday
Installation
This repository uses scripts to rule them all. To setup:
script/setup
If you are on macOS, you are done. If you are on another platform, you'll need to figure out how to install the following:
Fonts (only needed for gui):
Dependencies:
Updating
Just run script/setup again, which would pull down any new dependencies.
Usage
Just vim as usual, more or less.
Filetype specific features
I use syntastic for a few filetypes, which depend on external checkers. Different projects will use different versions of languages and tools (ie with rbenv, nodenv, etc), so sometimes the current project won't have those. To fix missing checkers, I have some helper scripts. Call them from your current directory where you are missing checkers
- coffeescript:
path/to/pickled-vim/script/bootstrap-coffee - python:
path/to/pickled-vim/script/bootstrap-python
Neovim
Depending on your current python or ruby, you may need to reinstall some packages. Similar to above:
path/to/pickled-vim/script/bootstrap-neovim
After that :checkHealth should confirm everything clear.
Development
For debugging mappings not working as expected:
- use
map(or whichever variation) with nothing to map to find what its doing, iemap <C-]> - if it's mapped to a function, grep .vim for that
- if it's a specific plugin, check the source/docs to see if there's an option to disable

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
