use nvim for edit function

This commit is contained in:
Noah Masur 2022-05-30 09:44:33 -04:00
parent 3ba26ccfd5
commit bea0924972
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
; Set install directory
install_dir = /home/${config.user}/media/games
; Make output quiet
log_level = warning
log_level = error
'';
home.file = let

View File

@ -1,4 +1,4 @@
set vimfile (fzf)
and set vimfile (echo $vimfile | tr -d '\r')
and commandline -r "vim $vimfile"
and commandline -r "nvim $vimfile"
and commandline -f execute