aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaria José Solano <majosolano99@gmail.com>2024-11-23 16:23:40 -0800
committerGitHub <noreply@github.com>2024-11-24 08:23:40 +0800
commit3002276159bf7cd0f3db070507f8bbb60fcda393 (patch)
tree689ad0a6c9f355dbe72fab78cff528dcb6251b59
parentdocs: update configs.md (diff)
downloadnvim-lspconfig-3002276159bf7cd0f3db070507f8bbb60fcda393.tar
nvim-lspconfig-3002276159bf7cd0f3db070507f8bbb60fcda393.tar.gz
nvim-lspconfig-3002276159bf7cd0f3db070507f8bbb60fcda393.tar.bz2
nvim-lspconfig-3002276159bf7cd0f3db070507f8bbb60fcda393.tar.lz
nvim-lspconfig-3002276159bf7cd0f3db070507f8bbb60fcda393.tar.xz
nvim-lspconfig-3002276159bf7cd0f3db070507f8bbb60fcda393.tar.zst
nvim-lspconfig-3002276159bf7cd0f3db070507f8bbb60fcda393.zip
chore: add LuaLS type checking (#3447)
-rw-r--r--.luarc.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/.luarc.json b/.luarc.json
new file mode 100644
index 00000000..2aa780f6
--- /dev/null
+++ b/.luarc.json
@@ -0,0 +1,14 @@
+{
+ "$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
+ "runtime": {
+ "version": "LuaJIT"
+ },
+ "workspace": {
+ "library": [
+ "lua",
+ "$VIMRUNTIME",
+ "${3rd}/luv/library"
+ ],
+ "checkThirdParty": false
+ }
+}