.dotfiles/.config/nvim/.luarc.json

8 lines
217 B
JSON
Raw Normal View History

2022-11-19 18:38:42 +01:00
{
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
2023-01-14 03:02:20 +01:00
"Lua.diagnostics.globals": [
"vim",
"require"
],
2022-11-19 18:38:42 +01:00
"Lua.workspace.checkThirdParty": false
}