dotfiles/.config/fish/functions/nvide.fish
2023-11-04 11:50:56 +01:00

5 lines
151 B
Fish

# Basically an alias except it runs neovide as a job instead of completely detaching.
function nvide --wraps neovide
neovide --no-fork $argv &
end