helix editor setup
This commit is contained in:
parent
a7346e97b0
commit
543dee6e69
3 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
||||||
name = Matthew Dillon
|
name = Matthew Dillon
|
||||||
email = matthewrdillon@gmail.com
|
email = matthewrdillon@gmail.com
|
||||||
[core]
|
[core]
|
||||||
editor = nvim
|
editor = hx
|
||||||
[color]
|
[color]
|
||||||
diff = auto
|
diff = auto
|
||||||
status = auto
|
status = auto
|
||||||
|
|
|
@ -4,8 +4,8 @@ if [[ "$OSTYPE" == darwin* ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Editors
|
# Editors
|
||||||
export EDITOR='nvim'
|
export EDITOR='hx'
|
||||||
export VISUAL='nvim'
|
export VISUAL='hx'
|
||||||
export PAGER='less'
|
export PAGER='less'
|
||||||
|
|
||||||
# Language
|
# Language
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
theme = "base16_terminal"
|
theme = "base16_default"
|
||||||
|
|
||||||
[editor]
|
[editor]
|
||||||
true-color = true
|
true-color = true
|
||||||
|
|
Loading…
Add table
Reference in a new issue