done with nvim experiment. keeping configs for now but i miss helix.

This commit is contained in:
Matthew Ryan Dillon 2025-02-18 14:41:18 -05:00
parent 14f6531071
commit b27081aa84
4 changed files with 63 additions and 57 deletions

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
@ -66,6 +66,9 @@ check_paths=(
# homebrew
/opt/homebrew/bin
# uv
$HOME/.local/bin
{{ join .chezmoi.sourceDir "encrypted_work_paths.age" | include | decrypt -}}
)