helix editor setup

This commit is contained in:
Matthew Ryan Dillon 2023-01-25 22:29:46 -07:00
parent a7346e97b0
commit 543dee6e69
3 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
name = Matthew Dillon
email = matthewrdillon@gmail.com
[core]
editor = nvim
editor = hx
[color]
diff = auto
status = auto

View file

@ -4,8 +4,8 @@ if [[ "$OSTYPE" == darwin* ]]; then
fi
# Editors
export EDITOR='nvim'
export VISUAL='nvim'
export EDITOR='hx'
export VISUAL='hx'
export PAGER='less'
# Language

View file

@ -1,4 +1,4 @@
theme = "base16_terminal"
theme = "base16_default"
[editor]
true-color = true