-
-
Save bartman/a34c908a80576eb03573 to your computer and use it in GitHub Desktop.
TODO
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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