mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2025-01-09 14:32:40 +01:00
5 lines
83 B
Fish
5 lines
83 B
Fish
|
function vim --wraps=nvim --description 'alias vim nvim'
|
||
|
nvim $argv
|
||
|
|
||
|
end
|