diff options
Diffstat (limited to '.claude/lsp-marketplace/plugins/lua-lsp-local/.lsp.json')
| -rw-r--r-- | .claude/lsp-marketplace/plugins/lua-lsp-local/.lsp.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/.claude/lsp-marketplace/plugins/lua-lsp-local/.lsp.json b/.claude/lsp-marketplace/plugins/lua-lsp-local/.lsp.json new file mode 100644 index 0000000..6d8e3dd --- /dev/null +++ b/.claude/lsp-marketplace/plugins/lua-lsp-local/.lsp.json @@ -0,0 +1,25 @@ +{ + "lua": { + "command": "lua-language-server", + "extensionToLanguage": { + ".lua": "lua" + }, + "workspaceFolder": "/home/tvanbesi/.config/nvim", + "settings": { + "Lua": { + "runtime": { + "version": "LuaJIT" + }, + "workspace": { + "checkThirdParty": false, + "library": [ + "/home/tvanbesi/.local/share/nvim/share/nvim/runtime" + ] + }, + "diagnostics": { + "libraryFiles": "Disable" + } + } + } + } +} |
