Skip to content

Commit c770fc9

Browse files
committed
fish/functions/nv fix passing $argv
1 parent 16462ca commit c770fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fish/functions/nv.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
function nv
2-
neovide --fork
2+
neovide --fork $argv
33
end

0 commit comments

Comments
 (0)