summary refs log tree commit diff
path: root/home/.config/nvim/init.vim (follow)
Commit message (Expand)AuthorAge
* 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
* Set man_hard_wrap in nvimJune McEnroe2019-02-20
* 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
* Ignore .o files in vimJune McEnroe2018-08-09
* I've really done it nowJune McEnroe2018-05-13
* Set g:clipboard to pb{copy,paste} alwaysJune McEnroe2018-03-30
* 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
* 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
* Remove pathogenJune McEnroe2017-07-04
* Reorganize neovim configuration, againJune McEnroe2017-07-04
* Remove <Esc><Esc> terminal mappingJune McEnroe2017-07-04
* 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
* Move actual dotfiles into home directoryJune McEnroe2017-06-10
opt_long again will reset optind back to the first non-option argument, which would cause an infinite loop of reading the same configurtion file forever. 2019-11-08Only change AWAY status for registered clientsJune McEnroe Turns out I did eventually fix this, because I may want to implement "passive clients" for logging or notification stuff, which wouldn't affect AWAY status either. 2019-11-07Just write the example normallyJune McEnroe 2019-11-07Include path in readlinkat errorJune McEnroe 2019-11-07Call clientConsume before clientRecvJune McEnroe This might reduce the frequency of a client getting its own message back because it was behind in the ring when it sent it. 2019-11-06Use -l:filename in Linux.mkJune McEnroe 2019-11-06Fix compat.h for #defined strlcpyJune McEnroe 2019-11-06Allow unsetting LIBRESSL_PREFIXJune McEnroe 2019-11-06Document calico service configurationJune McEnroe 2019-11-06Document SASL EXTERNAL configuration in more detailJune McEnroe 2019-11-06Document pounce service configurationJune McEnroe 2019-11-06Mention Darwin and GNU/Linux in READMEJune McEnroe 2019-11-06Assume LibreSSL from brew on DarwinJune McEnroe 2019-11-06Remove -DNO_EXPLICIT_BZERO from Darwin.mkJune McEnroe 2019-11-06Don't install rc scripts or dirs on LinuxJune McEnroe