Unpin opencode
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user