chore: all in neovim
parent
008f49d51e
commit
0ad7e2d417
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue