mirror of
https://github.com/isabelroses/nvim.git
synced 2025-04-04 11:09:30 +00:00
8 lines
221 B
JSON
8 lines
221 B
JSON
{
|
|
"Lua.runtime.version": "Lua 5.1",
|
|
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
|
|
"workspace.checkThirdParty": false,
|
|
"diagnostics.globals": [
|
|
"vim"
|
|
]
|
|
}
|