[nvim] Improves markdown checkbox experience
This commit is contained in:
@@ -38,6 +38,13 @@ return {
|
||||
ui = {
|
||||
-- Disable the UI features and let render-markdown.nvim handle it.
|
||||
enable = false,
|
||||
-- Even with UI disabled, this determines the order of checkbox states for the smart action.
|
||||
checkboxes = {
|
||||
[" "] = { char = "☐", hl_group = "ObsidianTodo" },
|
||||
["x"] = { char = "✔", hl_group = "ObsidianDone" },
|
||||
["/"] = { char = "⛋", hl_group = "ObsidianDone" },
|
||||
[">"] = { char = "⛝", hl_group = "ObsidianDone" },
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user