diff options
author | kylo252 <[email protected]> | 2021-12-04 14:02:47 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-12-04 14:02:47 +0100 |
commit | ef5ca00df50b7d7ece7a794bcfe8a3bd7d37720d (patch) | |
tree | f9f70de1a4aa6a8dda424449e9b4153b457459fe /Makefile | |
parent | 7b753ea627db4b1c205dc3f123fbfc23cb619fdd (diff) |
chore: bump core-plugins version (#2031)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |