update-nvim-plugins will now compile plugins

This commit is contained in:
LordMZTE 2023-02-17 22:30:58 +01:00
parent 83b03a1201
commit f43710e8c3
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

@ -17,3 +17,6 @@
(parameterize ([current-directory dir])
(system* git-path "checkout" "." #:set-pwd? #t)
(system* git-path "pull" #:set-pwd? #t)))
(displayln "\n====== COMPILING ======\n")
(system* (find-executable-path "mzte-nv-compile") plugin-dir)