Unpin opencode

This commit is contained in:
Martin Pander
2026-07-01 15:29:49 +02:00
parent bebb12d20d
commit 653ec4e4af
7 changed files with 43 additions and 68 deletions

View File

@@ -323,6 +323,8 @@ require("conform").setup({
sh = {"shfmt"},
bash = {"shfmt"},
zsh = {"shfmt"},
c = {"clang-format"},
cpp = {"clang-format"},
},
format_on_save = {
timeout_ms = 500,
@@ -463,7 +465,7 @@ require("obsidian").setup({
time_format = "%H:%M",
},
checkbox = {
order = { " ", ">", "x", "!", "~" },
order = { " ", ">", "x", "!", "~", "" },
},
frontmatter = {
enabled = true,