summary refs log tree commit diff
path: root/home/.config (follow)
Commit message (Collapse)AuthorAge
...
* 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
|
* Revert "Use "Broken Gray" htop colors"June McEnroe2018-03-09
| | | | | | | This reverts commit e47aa003882eb78349c71d31595c5e50f2b1bf9b. I think I'm just gonna shove a hack into .zshenv on my FreeBSD machines to set TERM=xterm.
* Only sort system includes with \hJune McEnroe2018-03-06
|
* Use "Broken Gray" htop colorsJune McEnroe2018-03-01
| | | | Gray is broken on FreeBSD with TERM=xterm-256color...
* Git config merge.conflictStyle diff3June McEnroe2018-02-21
| | | | | This is probably a good idea, though I haven't run into a merge conflict yet.
* 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.
* 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
|
* Remove Scala highlightingJune McEnroe2017-09-02
|
* Remove scala syntax fileJune McEnroe2017-08-17
|
* 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
|
* Clean up top of trivial colorscheme fileJune McEnroe2017-06-27
|
* Fix Scala syntax highlight linksJune McEnroe2017-06-27
| | | | | | Not only does the Scala syntax file think everything is "Special", it also sets highlight links in a way that can't be overridden by the colorscheme.
* Import Scala syntax fileJune McEnroe2017-06-27
|
* Tone down Scala highlightingJune McEnroe2017-06-27
| | | | Scala syntax thinks literally everything is "Special".
* Color diffs red and greenJune McEnroe2017-06-18
|
* Color Search foregroundJune McEnroe2017-06-15
|
* Enable syntax foldingJune McEnroe2017-06-15
| | | | Long Scala files.
* Set Folded highlight in trivialJune McEnroe2017-06-15
|
* Move actual dotfiles into home directoryJune McEnroe2017-06-10