summary refs log tree commit diff
path: root/home/.config/nvim (follow)
Commit message (Collapse)AuthorAge
...
* 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