mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
use nvim for edit function
This commit is contained in:
parent
3ba26ccfd5
commit
bea0924972
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user