Getting crazy with vim-plug

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`.
This commit is contained in:
Josh Sherman 2022-02-27 14:47:54 -06:00
parent feafeaf8da
commit 1769b16f23
No known key found for this signature in database
GPG key ID: 55B058A80530EF22
6 changed files with 23 additions and 356 deletions

View file

@ -1,5 +1,5 @@
export CLICOLOR=1
export EDITOR=vim
export EDITOR=nvim
export KEYTIMEOUT=1
export QUOTING_STYLE=literal
export TERM=xterm-256color