nvim-treesitter/nvim-tree-docs

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

hrqmonteiro opened this issue · 1 comments

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,
  },
}

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