Plugins and things

This commit is contained in:
Martin Pander
2025-07-10 07:11:10 +02:00
parent f4488f2469
commit e0e6cb760e
8 changed files with 34 additions and 5 deletions

View File

@ -284,6 +284,7 @@ require("obsidian").setup({
["x"] = { char = "", hl_group = "ObsidianDone" },
["~"] = { char = "󰰱", hl_group = "ObsidianTilde" },
["!"] = { char = "", hl_group = "ObsidianImportant" },
["?"] = { char = "?", hl_group = "ObsidianImportant" },
},
},
})