summaryrefslogtreecommitdiffstats
path: root/.claude/lsp-marketplace/plugins/lua-lsp-local/.lsp.json
diff options
context:
space:
mode:
Diffstat (limited to '.claude/lsp-marketplace/plugins/lua-lsp-local/.lsp.json')
-rw-r--r--.claude/lsp-marketplace/plugins/lua-lsp-local/.lsp.json25
1 files changed, 0 insertions, 25 deletions
diff --git a/.claude/lsp-marketplace/plugins/lua-lsp-local/.lsp.json b/.claude/lsp-marketplace/plugins/lua-lsp-local/.lsp.json
deleted file mode 100644
index 6d8e3dd..0000000
--- a/.claude/lsp-marketplace/plugins/lua-lsp-local/.lsp.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "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"
- }
- }
- }
- }
-}