darwin/fish/functions/vim.fish (view raw)
1# Defined in - @ line 1 2function vim --wraps=nvim --description 'alias vim=nvim' 3 nvim $argv; 4end