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