Use whatever nvim is in $PATH
This commit is contained in:
parent
33da9a1327
commit
db2b6142a2
|
@ -11,7 +11,7 @@ export GDK_BACKEND="wayland"
|
||||||
export DCONF=".config/dconf/user"
|
export DCONF=".config/dconf/user"
|
||||||
|
|
||||||
# Setup editor
|
# Setup editor
|
||||||
export EDITOR="${HOME}/.dotfiles/nix/bin/nvim"
|
export EDITOR="nvim"
|
||||||
|
|
||||||
# If not running interactively, don't do anything
|
# If not running interactively, don't do anything
|
||||||
case $- in
|
case $- in
|
||||||
|
|
Loading…
Reference in New Issue