Default editor Neovim
This commit is contained in:
parent
0ddfa88ed9
commit
55d9d06705
|
@ -20,7 +20,7 @@ if [ "$(tty)" == '/dev/tty1' ] && [ ! $SSH_TTY ]; then
|
|||
fi
|
||||
|
||||
# Setup editor
|
||||
export EDITOR="vim"
|
||||
export EDITOR="flatpak run io.neovim.nvim"
|
||||
|
||||
# don't put duplicate lines or lines starting with space in the history.
|
||||
shopt -s histappend
|
||||
|
|
Loading…
Reference in New Issue