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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
84 B
Fish
Raw Normal View History

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