summaryrefslogtreecommitdiff
path: root/.config/nvim/.luarc.jsonc
blob: e976381b2c7c08a814431729529576ad6ea1b816 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copied from https://github.com/nvim-tree/nvim-tree.lua/blob/master/.luarc.json
{
  "$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
  "runtime.version": "LuaJIT",
  "workspace": {
    "library": [
      "$VIMRUNTIME/lua/vim",
      "${3rd}/luv/library"
    ]
  },
  "diagnostics": {
    "libraryFiles": "Disable",
    "globals": []
  }
}