Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bin/nyoom sync hotpot error #158

Open
arpd opened this issue Nov 9, 2023 · 2 comments
Open

bin/nyoom sync hotpot error #158

arpd opened this issue Nov 9, 2023 · 2 comments

Comments

@arpd
Copy link

arpd commented Nov 9, 2023

This is using the main branch at ref f808500883ffc552b53a421139cc1915955759b7 after a fresh install:

❯ ./bin/nyoom sync
Synchronizing your config with Nyoom Nvim

Nyoom version: f808500
NVIM v0.9.4
Build type: Release
LuaJIT 2.1.1693350652

Clearing cache
Loading Packer
Compiling Nyoom Doctor
The hotpot.api.make usage has changed, please see
:h hotpot-cookbook-using-dot-hotpot
:h hotpot.api.make
Unfortunately it was not possible to support both options simultaneously :( sorry.
Initializing Module System
Installing Packages
Compiling Nyoom Modules

Would you like to sync tree-sitter parsers for enabled modules? y/n: n
Would you like to sync tooling for enabled modules through Mason (language-servers, formatters, and linters)? y/n:

Nyoom successfully synced dependencies in 12s

@shreyasSarve
Copy link

did anyone happer to resulve this issue ?

@mikemee
Copy link

mikemee commented Jan 7, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants