More precise neovim invoking.
This commit is contained in:
parent
24b615e875
commit
06eb30b3e7
@ -28,6 +28,6 @@ function ud() {
|
|||||||
wd dots
|
wd dots
|
||||||
git pull
|
git pull
|
||||||
git submodule update -f
|
git submodule update -f
|
||||||
vim -c "PlugUpdate" -c "PlugClean" -c "q" -c "q"
|
nvim -c "PlugUpdate" -c "PlugClean" -c "q" -c "q"
|
||||||
rm -rf ~/go
|
rm -rf ~/go
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user