diff options
| -rw-r--r-- | .config/nvim/.luarc.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.config/nvim/.luarc.json b/.config/nvim/.luarc.json new file mode 100644 index 0000000..1f2ccaf --- /dev/null +++ b/.config/nvim/.luarc.json @@ -0,0 +1,8 @@ +{ + "$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json", + "runtime.version": "LuaJIT", + "workspace.checkThirdParty": false, + "workspace.library": [ + "/home/tvanbesi/.local/share/nvim/share/nvim/runtime" + ] +} |
