LuaLS / LuaLS/lua-language-server
How to link to treesitter folder from `workspace.library`?
Open
Nobody has claimed this yet.
- Dominant language
- Lua
- Stars
- 4.4k
- Forks
- 442
- PR merge metrics
- No merged PRs in 30d
Description
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:
"workspace.library": ["${3rd}/luassert/library", "${VIMRUNTIME}/lua"],
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the .luarc.json workspace.library setting and the ${3rd}/luassert/library and ${VIMRUNTIME}/lua entries shown in the issue. Determine how a treesitter folder should be represented, then document the supported configuration or limitation with a working example.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua
- Domain
- tooling
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100