nyoom-engineering / nyoom.nvim

A Neovim framework and doom emacs alternative for the stubborn martian hacker. Powered by fennel and the oxocarbon theme
MIT License
1.34k stars 81 forks source link

Fresh install packer error #164

Open hrqmonteiro opened 2 months ago

hrqmonteiro commented 2 months ago
Error executing vim.schedule lua callback: ...vim/site/pack/packer/opt/packer.nvim/lua/packer/load.lua:53: Cannot convert given lua type
stack traceback:
        [C]: in function 'nvim_notify'
        ...vim/site/pack/packer/opt/packer.nvim/lua/packer/load.lua:53: in function <...vim/site/pack/packer/opt/packer.nvim/lua/packer/load.lua:52>

image

codingvivi commented 3 weeks ago

got the same error when opening and before during installation, while running bin/nyoom sync. Also got Unfortunately it was not possible to support both options simultaneously :( sorry. after the hotpot api change notice, whatever that means, including it in case it's related:

❯ bin/nyoom sync
Synchronizing your config with Nyoom Nvim

Nyoom version: f808500
NVIM v0.10.0-dev-3028+g4625394a7-Homebrew
Build type: Release
LuaJIT 2.1.1713773202
Run "nvim -V1 -v" for more info

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: y
Syncing Tree-sitter Parsers (this may take a while)

Downloading tree-sitter-norg_meta...
Creating temporary directory
Extracting tree-sitter-norg_meta...
Compiling...
Treesitter parser for norg_meta has been installed
Downloading tree-sitter-norg_table...
Creating temporary directory
Extracting tree-sitter-norg_table...
Compiling...
Treesitter parser for norg_table has been installed
Error detected while processing command line:
Error executing vim.schedule lua callback: ...vim/site/pack/packer/opt/packer.nvim/lua/packer/load.lua:53: Cannot convert given lua type
stack traceback:
    [C]: in function 'nvim_notify'
    ...vim/site/pack/packer/opt/packer.nvim/lua/packer/load.lua:53: in function <...vim/site/pack/packer/opt/packer.nvim/lua/packer/load.lua:52>
Nyoom successfully synced parsers in 2s
R3D2 commented 2 weeks ago

Is there a workaround ? The project is unusable for me at the moment.

codingvivi commented 2 weeks ago

including it in case it's related

https://github.com/nyoom-engineering/nyoom.nvim/issues/158#issuecomment-1879923259 made the hotpot error go away yet the original problem still exists

R3D2 commented 2 weeks ago
Error executing vim.schedule lua callback: ...vim/site/pack/packer/opt/packer.nvim/lua/packer/load.lua:53: Cannot convert given lua type
stack traceback:
        [C]: in function 'nvim_notify'
        ...vim/site/pack/packer/opt/packer.nvim/lua/packer/load.lua:53: in function <...vim/site/pack/packer/opt/packer.nvim/lua/packer/load.lua:52>
Nyoom successfully synced parsers in 3s

After applying #158 fix