summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkylo252 <[email protected]>2021-12-11 20:18:16 +0100
committerkylo252 <[email protected]>2021-12-11 20:18:16 +0100
commitfc756d8151b2f55044b8049807d199fbfb01b3bf (patch)
tree54ff77f66315abdc440802ceb535662a5c4eabf4 /Makefile
parent3a2d62ed2510ca05eb6ea87240a86df82338f5aa (diff)
parentf7d883b6b92d66c222fd0d4e3d398c1f4fcea882 (diff)
Merge remote-tracking branch 'origin/rolling' into release-candidate
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
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