Hi! I'm using `.luarc.json` file to define `workspace.library` and I need to enable code completion for treesitter in Neovim. How can I do that? I'm trying something like that: ```json "workspace.library": ["${3rd}/luassert/library", "${VIMRUNTIME}/lua"], ```
Hi!
I'm using
.luarc.jsonfile to defineworkspace.libraryand I need to enable code completion for treesitter in Neovim. How can I do that?I'm trying something like that: