vault backup: 2026-06-10 23:24:03
Affected files: .gitignore .luarc.json .obsidian/workspace.json
This commit is contained in:
parent
d2c38f9d2a
commit
9a564750e2
2 changed files with 4 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,2 +1,4 @@
|
|||
public/
|
||||
/.quarto/
|
||||
|
||||
/.luarc.json
|
||||
|
|
|
|||
|
|
@ -10,9 +10,9 @@
|
|||
"Lua.runtime.version": "Lua 5.3",
|
||||
"Lua.workspace.checkThirdParty": false,
|
||||
"Lua.workspace.library": [
|
||||
"/opt/quarto/share/lua-types"
|
||||
"/home/louis/opt/quarto-1.7.31/share/lua-types"
|
||||
],
|
||||
"Lua.runtime.plugin": "/opt/quarto/share/lua-plugin/plugin.lua",
|
||||
"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": [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue