summary refs log tree commit diff
path: root/home/.config/nvim/init.vim (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 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...
* 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.
* Add nmap gpJune McEnroe2019-02-15
|
* Don't open folds when using {}June McEnroe2019-02-08
|
* 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
|
* 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
|
* I've really done it nowJune McEnroe2018-05-13
| | | | Time to see what it's like to be a hard-tab person.
* 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
|
* Map \h to sort includesJune McEnroe2018-01-31
|
* Remove Tarmak remappings from vimJune McEnroe2018-01-29
|
* Add :Q command aliasJune McEnroe2018-01-29
| | | | It seemes I can't take my finger off the shift key fast enough.
* Set nonumber in terminalsJune McEnroe2017-12-31
|
* Use 4-space indent everywhereJune McEnroe2017-09-15
|
* Map C-w {N,E} in nvimJune McEnroe2017-07-18
| | | | | Also I forgot that using command! with the exclamation mark is so that the file can be sourced again without conflict.
* Remove pathogenJune McEnroe2017-07-04
| | | | | Apparently this is built in now. Except it loads from a weird path structure.
* Reorganize neovim configuration, againJune McEnroe2017-07-04
|
* Remove <Esc><Esc> terminal mappingJune McEnroe2017-07-04
| | | | <C-w><Esc> works just as well. Convenient.
* Generalize C-w neovim terminal mappingJune McEnroe2017-07-04
|
* Show terminal title in statuslineJune McEnroe2017-07-04
|
* Add nvim terminal mappingsJune McEnroe2017-07-04
|
* Enable syntax foldingJune McEnroe2017-06-15
| | | | Long Scala files.
* Move actual dotfiles into home directoryJune McEnroe2017-06-10