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

4 lines
82 B
Fish

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