Optixal/neovim-init.vim

Missing modules

paspielka opened this issue · 6 comments

Error detected while processing /Users/paspielka/.config/nvim/init.vim:
line  175:
E5108: Error executing lua [string ":lua"]:5: module 'treesitter-config' not found:
        no field package.preload['treesitter-config']
        no file './treesitter-config.lua'
        no file '/opt/homebrew/share/luajit-2.1.0-beta3/treesitter-config.lua'
        no file '/usr/local/share/lua/5.1/treesitter-config.lua'
        no file '/usr/local/share/lua/5.1/treesitter-config/init.lua'
        no file '/opt/homebrew/share/lua/5.1/treesitter-config.lua'
        no file '/opt/homebrew/share/lua/5.1/treesitter-config/init.lua'
        no file './treesitter-config.so'
        no file '/usr/local/lib/lua/5.1/treesitter-config.so'
        no file '/opt/homebrew/lib/lua/5.1/treesitter-config.so'
        no file '/usr/local/lib/lua/5.1/loadall.so'

Is the lua folder of this repo copied to your ~/.config/nvim/lua? Also, could I check which version of nvim you are using (nvim -v)?

I'm using vim v0.8.0 and the path is .config/neovim-init.vim/lua

Should I downgrade to vim 0.7.0?

Strange. Yea, u can try downgrading by using a pre-built 0.7 binary. Let me know the results, if it still doesn't work, I'll check it out over the weekend

Do let me know if the downgrade worked :) if so, I'll upgrade my config to b 0.8 compatible

@Optixal unrelated to this issue, but I wanted to ask you a question. Are you working on your own product these days? What's cooking?