Louis/.luarc.json
Louis 9a564750e2 vault backup: 2026-06-10 23:24:03
Affected files:
.gitignore
.luarc.json
.obsidian/workspace.json
2026-06-10 23:28:18 +02:00

22 lines
No EOL
839 B
JSON

{
"Generator": [
"Quarto",
"This file provides type information for Lua completion and diagnostics.",
"Quarto will automatically update this file to reflect the current path",
"of your Quarto installation, and the file will also be added to .gitignore",
"since it points to the absolute path of Quarto on the local system.",
"Remove the 'Generator' key to manage this file's contents manually."
],
"Lua.runtime.version": "Lua 5.3",
"Lua.workspace.checkThirdParty": false,
"Lua.workspace.library": [
"/home/louis/opt/quarto-1.7.31/share/lua-types"
],
"Lua.runtime.plugin": "/home/louis/opt/quarto-1.7.31/share/lua-plugin/plugin.lua",
"Lua.completion.showWord": "Disable",
"Lua.completion.keywordSnippet": "Both",
"Lua.diagnostics.disable": [
"lowercase-global",
"trailing-space"
]
}