3 lines
84 B
Fish
3 lines
84 B
Fish
function vo --description 'Pipe a command output to neovim'
|
|
$argv | nvim -R
|
|
end
|