From ef5ca00df50b7d7ece7a794bcfe8a3bd7d37720d Mon Sep 17 00:00:00 2001 From: kylo252 <59826753+kylo252@users.noreply.github.com> Date: Sat, 4 Dec 2021 14:02:47 +0100 Subject: chore: bump core-plugins version (#2031) --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8efa4f4d..61d59d22 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,12 @@ install-neovim-binary: bash ./utils/installer/install-neovim-from-release uninstall: - @echo TODO: this is currently not supported + @echo Starting LunarVim Uninstaller + bash ./utils/installer/uninstall.sh + +generate_plugins_sha: + @echo generating core-plugins latest SHA list + lvim --headless -c 'lua require("lvim.utils").generate_plugins_sha("latest-sha.lua")' -c 'qall' lint: lint-lua lint-sh -- cgit v1.2.3