Minor things

This commit is contained in:
Martin
2025-06-26 19:27:56 +02:00
parent 3e3941a9f3
commit ff4743a0db
4 changed files with 11 additions and 5 deletions

View File

@ -281,6 +281,15 @@ require("obsidian").setup({
path = "~/Documents/notes/fromjoplin",
},
},
ui = {
checkboxes = {
[" "] = { char = "󰄱", hl_group = "ObsidianTodo" },
[">"] = { char = "", hl_group = "ObsidianRightArrow" },
["x"] = { char = "", hl_group = "ObsidianDone" },
["~"] = { char = "󰰱", hl_group = "ObsidianTilde" },
["!"] = { char = "", hl_group = "ObsidianImportant" },
},
},
})
require("conform").setup({