feat: add .luarc.json (#24592)

This commit is contained in:
Lewis Russell
2023-08-07 16:27:53 +01:00
committed by GitHub
parent 832459219b
commit c0beb8173f
5 changed files with 32 additions and 38 deletions

View File

@ -237,12 +237,6 @@ make lint
- Recommendation is to use **[clangd]**.
Can use the maintained config in [nvim-lspconfig/clangd].
- Explore the source code [on the web](https://sourcegraph.com/github.com/neovim/neovim).
- If using [lua-language-server], symlink `contrib/luarc.json` into the
project root:
```bash
ln -s contrib/luarc.json .luarc.json
```
### Includes