Skip to content

Instantly share code, notes, and snippets.

@bartman
Last active August 29, 2015 14:18
Show Gist options
  • Save bartman/a34c908a80576eb03573 to your computer and use it in GitHub Desktop.
Save bartman/a34c908a80576eb03573 to your computer and use it in GitHub Desktop.
TODO
This is my open source TODO list.
* clib needs a way to install locally in $HOME
* pip installs in ~/.local, which may be a good place to do it
* should have a ~/.clibrc or ~/.config/clib/config.js to set defaults
* (optionally) store what's installed so that 'clib update' works (maybe $PREFIX/var/clib.db)
* (optionally) keep the code around in $PREFIX/src/... and issue a git pull when updating
* airline whitespace detection needs a "goto error" feature
* autoload/airline/extensions/whitespace.vim
* store line detected by check() function
* add a function that jumps to that line
* map it to a shortcut (in vimrc)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment