6 lines
88 B
Plaintext
6 lines
88 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
# Tiny Vim update helper
|
||
|
|
||
|
nvim +PlugUpgrade +PlugUpdate +CocUpdate
|