More precise neovim invoking.
This commit is contained in:
parent
24b615e875
commit
06eb30b3e7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue