chore: all in neovim

main
sudo pacman -Syu 2023-05-05 22:55:14 +07:00
parent 008f49d51e
commit 0ad7e2d417
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@ if command -v nvim &>/dev/null; then
export EDITOR=nvim
export VISUAL=nvim
export GIT_EDITOR=nvim
alias vi="nvim"
alias vim="nvim"
fi
# go