kickstart.nvim icon indicating copy to clipboard operation
kickstart.nvim copied to clipboard

Kickstarter throws error when trying to open any file

Open 0x-r4bbit opened this issue 3 years ago • 2 comments

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?

0x-r4bbit avatar Dec 28 '22 13:12 0x-r4bbit

I stand corrected, it turns out that this is happening with any filetype

0x-r4bbit avatar Dec 28 '22 13:12 0x-r4bbit

That's is correct any file gives the dame error having the same issue.

Gaiatuven avatar Dec 28 '22 13:12 Gaiatuven

please follow the issue template (otherwise it is impossible to track down the issues). I'll take a look when you do so

tjdevries avatar Dec 29 '22 06:12 tjdevries

@tjdevries thanks for your quick response here. Created a new issue accordingly: https://github.com/nvim-lua/kickstart.nvim/issues/103

0x-r4bbit avatar Dec 29 '22 07:12 0x-r4bbit