summaryrefslogtreecommitdiffstats
path: root/.claude/lsp-marketplace/plugins/lua-lsp-local/.lsp.json
blob: 6d8e3dd10704772c3c349500909b4da0909c2cda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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"
        }
      }
    }
  }
}