nvim-treesitter / nvim-tree-docs

Code documentation built with treesitter
223 stars 10 forks source link

Error when opening Neovim (Error detected while processing FileType Autocommands for "*":) #4

Closed hrqmonteiro closed 3 years ago

hrqmonteiro commented 3 years ago
Error detected while processing FileType Autocommands for "*":
E5108: Error executing lua ...aqs/start/nvim-tree-docs/lua/nvim-tree-docs/internal.lua:31:
attempt to index local '_local_0_' (a nil value)

2021-03-11_19-34

My config is just the plain:

require'nvim-treesitter.configs'.setup {
  tree_docs = {
    enable = true,
  },
}
steelsojka commented 3 years ago

This is a duplicate of #3 . Consult the comments in that ticket for a workaround.