added statusline

This commit is contained in:
2026-03-29 13:13:00 +02:00
parent a4007a1c34
commit 8b3c1acbd3
3 changed files with 55 additions and 5 deletions

View File

@@ -6,4 +6,5 @@ if [ -x /opt/homebrew/bin/brew ]; then
eval "$(/opt/homebrew/bin/brew shellenv)"
fi
export EDITOR='vim'
export EDITOR='nvim'
export VISUAL='nvim'