Dropping some more NeoVim references

This commit is contained in:
Josh Sherman 2024-06-24 10:13:06 -05:00
parent 8c545c1d44
commit 983e0d4396
No known key found for this signature in database
GPG key ID: 55B058A80530EF22
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@
status = auto status = auto
[core] [core]
editor = nvim editor = vim
[diff] [diff]
compactionHeuristic = true compactionHeuristic = true

View file

@ -1,5 +1,5 @@
export CLICOLOR=1 export CLICOLOR=1
export EDITOR=nvim export EDITOR=vim
export KEYTIMEOUT=1 export KEYTIMEOUT=1
export QUOTING_STYLE=literal export QUOTING_STYLE=literal
export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/gcr/ssh export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/gcr/ssh