dotfiles/.config/fish/functions/vim.fish

4 lines
83 B
Fish

function vim --wraps=nvim --description 'alias vim=nvim'
nvim $argv
end