dotfiles/fish/.config/fish/functions/vo.fish

4 lines
84 B
Fish

function vo --description 'Pipe a command output to neovim'
$argv | nvim -R
end