Files
dotfiles/.config/fish/functions/vim.fish
2026-07-04 14:28:21 -04:00

4 lines
45 B
Fish

function vim --wraps=nvim
nvim $argv
end