mirror of
https://github.com/Phantop/dotfiles
synced 2024-12-11 16:05:05 +00:00
6 lines
180 B
Fish
Executable file
6 lines
180 B
Fish
Executable file
# Defined in /tmp/fish.J0WeiJ/initvim.fish @ line 2
|
|
function initvim
|
|
nvim ~/.config/nvim/init.vim
|
|
nvim +PlugInstall +PlugUpdate +PlugUpgrade +PlugClean +q +q +q +q +q
|
|
end
|