diff options
Diffstat (limited to '.config/nvim/.luarc.json')
-rw-r--r-- | .config/nvim/.luarc.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/nvim/.luarc.json b/.config/nvim/.luarc.json new file mode 100644 index 0000000..e1b9d70 --- /dev/null +++ b/.config/nvim/.luarc.json @@ -0,0 +1,4 @@ +{ + "$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json", + "Lua.workspace.checkThirdParty": false +}
\ No newline at end of file |