chore: add default luarc.json for Lua development (#16487)

The Sumneko Lua language server has matured quite a bit and many
Neovim developers use it while working on Neovim. Having a default
configuration for Neovim development is a nice convenience (and
dovetails well with the auto-generated compile_command.json for C
development).

The file is shipped under `contrib` and users can make use of it by
symlinking to `.luarc.json` in the project root.
This commit is contained in:
Gregory Anders
2021-12-01 12:09:50 -07:00
committed by GitHub
parent 99f6260f84
commit 73b35ef10f
3 changed files with 29 additions and 0 deletions

1
.gitignore vendored
View File

@@ -1,6 +1,7 @@
# Tools
/venv/
compile_commands.json
/.luarc.json
# IDEs
/.vs/