summary refs log tree commit diff
path: root/home/.config/nvim (follow)
Commit message (Collapse)AuthorAge
* Remove neovim configsJune McEnroe2021-04-26
| | | | | I don't use it anymore except when I need UTF-8, and I'd rather just use unconfigured vim for that.
* Move gpl.c and agpl.c templates out of etcJune McEnroe2021-01-28
|
* Move rfc.vim to doc/rfcJune McEnroe2020-12-21
| | | | | That default path is a bit wonky, but it prevents having to template rfc.vim for basically no reason.
* Move rfc to doc/rfcJune McEnroe2020-12-21
|
* Convert :RFC number to numberJune McEnroe2020-12-19
| | | | This removes any leading zeros such as in rfc-index.txt.
* Move :RFC to plugin scriptJune McEnroe2020-12-19
|
* Open rfc-index.txt for :RFC without argumentJune McEnroe2020-12-19
|
* Add :RFC vim command to view IETF RFCsJune McEnroe2020-12-18
| | | | | | This sets iskeyword so that ^] will work for the kinds of tags generated by rfctags.pl, and keywordprg so that K on another RFC number will view that one. It also binds gO to jump to the table of contents of the RFC.
* Add \d to replace .Dd macroJune McEnroe2020-01-25
|
* Add \S to sort inside bracesJune McEnroe2019-12-26
|
* Add GPL header templateJune McEnroe2019-11-06
|
* Mark ' for \aJune McEnroe2019-10-28
|
* Set the write variable for nvim man modeJune McEnroe2019-10-14
| | | | Embarrassing...
* Update neovim 0.4.2June McEnroe2019-10-02
| | | | | Finally a release with my man mode fix... Meanwhile neovim itself has probably gotten worse.
* Clean up home filesJune McEnroe2019-07-27
|
* Color python imports as StatementJune McEnroe2019-04-15
|
* Set man_hard_wrap in nvimJune McEnroe2019-02-20
| | | | | Vendoring man.vim until <https://github.com/neovim/neovim/pull/9633> is merged and appears in a release.
* Color format specifiers light cyan in vimJune McEnroe2019-02-15
|
* Add nmap gpJune McEnroe2019-02-15
|
* Use italic for underline in nvim man modeJune McEnroe2019-02-10
| | | | | This doesn't yet work in Terminal.app: <https://github.com/neovim/neovim/issues/9598>.
* Don't open folds when using {}June McEnroe2019-02-08
|
* Import autoload/man.vim from 71bb4fdJune McEnroe2019-02-07
| | | | | | | | This is the version of man.vim prior to <https://github.com/neovim/neovim/pull/9023>. I opened an issue for the degraded experience <https://github.com/neovim/neovim/issues/9583>.
* Set nvim Directory back to blueJune McEnroe2019-02-01
| | | | | nvim is going bad I tell ya. Man mode seems broken in the new version too.
* Set nvim UI colors back to the 8-color paletteJune McEnroe2019-01-25
| | | | | Neovim seems intent on replacing all the default colors with ghastly choices from the 256-color palette.
* Remove \h bindingJune McEnroe2018-12-02
|
* Set default .asm, .h, .sh syntax modes for vimJune McEnroe2018-11-23
|
* Disable number, laststatus, ruler in vimJune McEnroe2018-11-23
|
* Add \l binding to insert AGPL commentJune McEnroe2018-11-14
|
* Add \s sort binding and simplify \h and \aJune McEnroe2018-11-11
|
* Add mdoc syntax fileJune McEnroe2018-09-10
|
* Remove colorcolumn at 100June McEnroe2018-09-02
|
* Add vim mapping to add a #includeJune McEnroe2018-08-17
| | | | | Unfortunately as far as I know I can't have it automatically sort them after I hit escape.
* Ignore .o files in vimJune McEnroe2018-08-09
|
* Fix colorscheme manUnderline disableJune McEnroe2018-08-06
| | | | | Otherwise manUnderline counts as "cleared" so the default in man.vim takes over again.
* Disable underline in man pagesJune McEnroe2018-08-06
|
* Use 16-color palette in colorschemeJune McEnroe2018-08-06
| | | | | neovim 0.3.0 just doesn't give a shit anymore about how many colors your terminal supports.
* Use color numbers in colorschemeJune McEnroe2018-07-30
| | | | | Neovim is really dumb about how it interprets the names, and at this point I actually know the order the colors are in.
* I've really done it nowJune McEnroe2018-05-13
| | | | Time to see what it's like to be a hard-tab person.
* Highlight Special as NormalJune McEnroe2018-04-02
| | | | Special characters in strings are more like normal code than keywords.
* Set g:clipboard to pb{copy,paste} alwaysJune McEnroe2018-03-30
| | | | | Previously neovim would use these automatically if it found them, but now it only checks for them on macOS. pbd continues to work well.
* Sort extern crate lines with \cJune McEnroe2018-03-28
|
* Add \u to sort use linesJune McEnroe2018-03-24
|
* Only sort system includes with \hJune McEnroe2018-03-06
|
* Only list first space of tabsJune McEnroe2018-02-12
|
* Set cinoptionsJune McEnroe2018-02-04
|
* Tweak colorscheme moreJune McEnroe2018-02-04
|
* Color MatchParen DarkYellowJune McEnroe2018-02-04
| | | | White is not obvious enough.
* Map \h to sort includesJune McEnroe2018-01-31
|
* Remove Tarmak remappings from vimJune McEnroe2018-01-29
|
* Set t_Co = 8June McEnroe2018-01-29
| | | | | Weirdly with t_Co = 16 yellow and bright white weren't showing up on TERM=linux.