done with nvim experiment. keeping configs for now but i miss helix.
This commit is contained in:
parent
14f6531071
commit
b27081aa84
4 changed files with 63 additions and 57 deletions
|
@ -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 -}}
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue