Support for updating kakoune plugins with kak-plug (#852)

This commit is contained in:
Leonardo Eugênio
2022-02-06 18:48:06 -03:00
committed by GitHub
parent 54e3d87b23
commit 0251c2769b
5 changed files with 40 additions and 0 deletions

6
src/steps/upgrade.kak Normal file
View File

@@ -0,0 +1,6 @@
try %{
set global plug_block_ui true;
plug-update;
}
quit 0;