Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove caps from spellcheck | katherine | 2020-12-29 | 1 | -0/+1 |
| | |||||
* | add vim-table-mode | katherine | 2020-08-31 | 1 | -0/+6 |
| | |||||
* | trim unused vim plugins | katherine | 2020-08-28 | 1 | -5/+0 |
| | |||||
* | new location for vim-crystal | katherine | 2020-08-28 | 1 | -1/+1 |
| | |||||
* | add every syntax file to vimrc | katherine | 2019-12-20 | 1 | -0/+1 |
| | |||||
* | minor changes to vimrc | katherine | 2019-12-03 | 1 | -12/+15 |
| | |||||
* | use a new c indentation style | katherine | 2019-07-11 | 1 | -0/+1 |
| | | | | | | auto keeps switch and case on the same depth, indents if conditions only once, pulls own-line closing prens to match the indentation they're started from | ||||
* | move vim plugins to gitea | katherine | 2019-06-07 | 1 | -2/+2 |
| | |||||
* | migrate from github to self-hosted gitea | katherine | 2019-05-28 | 1 | -2/+2 |
| | |||||
* | switch vimrc settings functions to script-private | katherine | 2019-05-14 | 1 | -100/+91 |
| | |||||
* | synchronise common prompts | katherine | 2018-12-06 | 1 | -2/+1 |
| | | | | | the same across shell, iex, utop, but colour-coded and with a which thing and version hint | ||||
* | more ocaml tweaks | katherine | 2018-12-02 | 1 | -45/+11 |
| | | | | decided would rather not have the completion stuff in vim | ||||
* | fix skel fun | katherine | 2018-11-30 | 1 | -1/+1 |
| | | | | over-hasty cleaning and swapped ' for " | ||||
* | add vader testing function | katherine | 2018-11-27 | 1 | -88/+126 |
| | | | | also clean up vimrc for syntactic consistency | ||||
* | vim linting | katherine | 2018-11-27 | 1 | -7/+15 |
| | |||||
* | more file handling | katherine | 2018-11-23 | 1 | -6/+6 |
| | |||||
* | clean up vim filetype settings | katherine | 2018-11-17 | 1 | -55/+66 |
| | |||||
* | ocaml support | katherine | 2018-11-11 | 1 | -3/+53 |
| | | | | stuff for zsh and vim integration and utop config | ||||
* | merge tablet configs | shmibs | 2018-10-19 | 1 | -0/+1 |
| | |||||
* | add yaml settings | katherine | 2018-10-18 | 1 | -12/+17 |
| | |||||
* | better comments for asm and coffeescript | katherine | 2018-10-05 | 1 | -0/+5 |
| | |||||
* | vim skel for ia64 | katherine | 2018-09-28 | 1 | -0/+4 |
| | |||||
* | intel asm syntax | katherine | 2018-09-28 | 1 | -5/+11 |
| | |||||
* | formatting | katherine | 2018-09-20 | 1 | -7/+14 |
| | |||||
* | clean up vim skeleton loading | katherine | 2018-03-23 | 1 | -5/+6 |
| | |||||
* | more mutt settings | katherine | 2018-03-23 | 1 | -2/+13 |
| | |||||
* | add ultisnips in vimrc | katherine | 2018-03-17 | 1 | -0/+9 |
| | |||||
* | forgotten shiftwidth in Settings_text() | katherine | 2018-03-01 | 1 | -0/+1 |
| | |||||
* | switch of auto +a for text files | katherine | 2018-02-13 | 1 | -30/+30 |
| | | | | | caused more problems than it was worth to begin with, and, now that i have the write mode function to call, it's also pointless | ||||
* | add Goyo to write mode | katherine | 2018-01-28 | 1 | -0/+4 |
| | |||||
* | remove statusline clutter | katherine | 2017-12-22 | 1 | -1/+6 |
| | | | | not completely useless, but get in the way on small terms | ||||
* | add fix highlight rules | katherine | 2017-11-07 | 1 | -4/+11 |
| | | | | dunno why never bothered to do that before. also, nim settings | ||||
* | clean and comment skeleton loading | katherine | 2017-10-17 | 1 | -9/+5 |
| | |||||
* | implement simple filetype templates for vim | katherine | 2017-10-17 | 1 | -1/+23 |
| | | | | will probably expand on this more later | ||||
* | first steps away from mate backend | katherine | 2017-10-15 | 1 | -2/+3 |
| | |||||
* | add auto-wrapping mode toggle for tex/md/txt | katherine | 2017-09-29 | 1 | -3/+19 |
| | |||||
* | markdown settings | katherine | 2017-09-23 | 1 | -34/+40 |
| | | | | how i hadn't added these already i've no idea | ||||
* | add gundo keybinding | katherine | 2017-09-22 | 1 | -0/+3 |
| | | | | this way won't forget it exists again, maybe X_X | ||||
* | remove extraneous plugin | katherine | 2017-09-22 | 1 | -2/+0 |
| | |||||
* | remove csound plugin | katherine | 2017-08-12 | 1 | -1/+0 |
| | |||||
* | add xelatex commands | katherine | 2017-06-26 | 1 | -0/+2 |
| | |||||
* | revert annoying neovim cursor | katherine | 2017-05-03 | 1 | -0/+3 |
| | |||||
* | add auto-completing {} for perl | katherine | 2017-04-21 | 1 | -1/+6 |
| | |||||
* | linting | katherine | 2017-04-08 | 1 | -4/+0 |
| | |||||
* | clean up .vimrc filetype handling | katherine | 2017-03-28 | 1 | -22/+10 |
| | |||||
* | preliminary support for light backgrounds | katherine | 2017-03-07 | 1 | -0/+2 |
| | | | | | haven't managed to make one that felt ok yet, but still nice to have the option | ||||
* | disable annoying neovim default setting | katherine | 2017-02-19 | 1 | -0/+4 |
| | |||||
* | rearrange .zshrc modularity and switch to nvim | katherine | 2017-02-19 | 1 | -9/+0 |
| | |||||
* | prevent double-spacing sentences in txt files | katherine | 2017-02-13 | 1 | -0/+1 |
| | |||||
* | add sonic-pi support to vim | katherine | 2017-01-07 | 1 | -1/+10 |
| |