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

4 lines
82 B
Fish
Raw Normal View History

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