In an effort to reduce the amount of manual lifting being done, I'm finally coming back around to using a plugin manager for [n]vim. Also formally swapping `vim` references for `nvim`.
5 lines
113 B
Bash
5 lines
113 B
Bash
export CLICOLOR=1
|
|
export EDITOR=nvim
|
|
export KEYTIMEOUT=1
|
|
export QUOTING_STYLE=literal
|
|
export TERM=xterm-256color
|