homes/common/.config/fish/functions/vim.fish

6 lines
74 B
Fish
Executable file

#!/usr/bin/env fish
#
function vim -d "Launch IDE"
lvim -p $argv
end