dotfiles/dot_config/fish/private_functions/vim.fish

4 lines
83 B
Fish

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