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