Kickstarter throws error when trying to open any file
After installing this kickstart config successfully, I wanted to take a closer look at the kickstart file, however whenever I try to open a .lua file, I get the following error:
Error detected while processing FileType Autocommands for "*":
Error executing lua callback: .../start/nvim-treesitter/lua/nvim-treesitter/highlight.lua:26: attempt to call field 'start' (a nil value)
stack traceback:
.../start/nvim-treesitter/lua/nvim-treesitter/highlight.lua:26: in function 'attach'
...er/start/nvim-treesitter/lua/nvim-treesitter/configs.lua:505: in function 'attach_module'
...er/start/nvim-treesitter/lua/nvim-treesitter/configs.lua:528: in function 'reattach_module'
...er/start/nvim-treesitter/lua/nvim-treesitter/configs.lua:131: in function <...er/start/nvim-treesitter/lua/nvim-treesitter/configs.lua:130>
Is this a known issue?
I stand corrected, it turns out that this is happening with any filetype
That's is correct any file gives the dame error having the same issue.
please follow the issue template (otherwise it is impossible to track down the issues). I'll take a look when you do so
@tjdevries thanks for your quick response here. Created a new issue accordingly: https://github.com/nvim-lua/kickstart.nvim/issues/103