Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-25 | .gitignore: ignore doc tagsHEADmaster | zlg | 1 | -1/+1 | |
2020-05-25 | vimrc: Switch pico8 colors, vim syntaxing | zlg | 1 | -1/+2 | |
todo.txt is interesting; if it ends up not for me, I'll make my own vim syntax instead. No big deal. | |||||
2020-05-02 | Reintegrate personal library as autoload script | zlg | 2 | -16/+28 | |
Functions that I've built up over time were squirreled away in a separate file for a while, but they were subtly broken and some didn't work. All functions in the library should now work as expected, and are easy to integrate into other installations of Vim. | |||||
2020-05-02 | colors/zlg.vim: Remove Trailing group | zlg | 1 | -3/+0 | |
It wasn't applying correctly on files anyway. | |||||
2018-11-15 | add SetKeyMap function, export funcs to own file | zlg | 2 | -194/+278 | |
With this commit, I can toggle between Dvorak and QWERTY layouts with <Leader>q, making it much easier to edit text over the network. | |||||
2018-11-12 | Clean up function comments | zlg | 1 | -7/+11 | |
2018-11-12 | Add BufDiff() | zlg | 1 | -0/+47 | |
2018-11-12 | Add PICO-8 file preferences | zlg | 1 | -0/+5 | |
2018-11-12 | switch to vim-plug, solarized colorscheme | zlg | 4 | -39/+28 | |
2018-11-12 | update e-mail address in colors file | zlg | 1 | -1/+1 | |
2016-11-13 | Disable list by default | ZeLibertineGamer | 1 | -1/+2 | |
2016-06-16 | Correct foldtext function | ZeLibertineGamer | 1 | -2/+4 | |
No clue why it didn't take indent into account before... | |||||
2016-06-14 | Ensure trailing spaces are always highlighted | ZeLibertineGamer | 1 | -1/+1 | |
2016-06-12 | Reduce visual noise, improve trailing space look | ZeLibertineGamer | 2 | -11/+13 | |
I got tired of seeing ¬ and ␣ all over the place. It hinders my attention and gets in the way. listchars will stay on, but the only thing I'll really see are my tabs, which I _do_ care about. | |||||
2016-06-10 | Initial commit | ZeLibertineGamer | 7 | -0/+391 | |