Open arpd opened 1 year ago
did anyone happer to resulve this issue ?
I was able to fix it with this error with a change to fnl/packages.fnl
:
Old:
(build (vim.fn.stdpath :config) {:verbosity 0}
(.. (vim.fn.stdpath :config) :/fnl/core/doctor.fnl)
(fn []
(.. (vim.fn.stdpath :config) :/lua/health.lua)))
New:
(build (vim.fn.stdpath :config) {:verbose true}
[[(.. (vim.fn.stdpath :config) :/fnl/core/doctor.fnl)
(fn [path]
(.. (vim.fn.stdpath :config) :/lua/health.lua))]])
And then re-run bin/nyoom sync
.
@shaunsingh would you like a PR?
This is using the
main
branch at reff808500883ffc552b53a421139cc1915955759b7
after a fresh install: