set editor to nvim

This commit is contained in:
Gabriel Augendre 2024-02-17 21:01:21 +01:00
parent dab4993a77
commit 52f89e1429

View file

@ -49,7 +49,7 @@ set -gx MISE_PYTHON_VENV_AUTO_CREATE true
test -e {$HOME}/.iterm2_shell_integration.fish ; and source {$HOME}/.iterm2_shell_integration.fish
set -gx EDITOR vim
set -gx EDITOR nvim
set -gx DJANGOPROJECT_DATA_DIR $HOME/.djangoproject
mise activate fish | source