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 ; Set install directory
install_dir = /home/${config.user}/media/games install_dir = /home/${config.user}/media/games
; Make output quiet ; Make output quiet
log_level = warning log_level = error
''; '';
home.file = let home.file = let

View File

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