org-bullets.nvim
org-bullets.nvim copied to clipboard
Checkbox setting not respected
Hey @akinsho, awesome plugin as always, just started using it a bit ago and I love it!
So when I use the following configuration...
require("org-bullets").setup {
concealcursor = true,
checkboxes = {
half = { "-", "OrgTSCheckboxHalfChecked" },
todo = { "×", "OrgTODO" },
},
}
...neither the half nor the todo checkbox states get updated. Am I doing something wrong? I've confirmed that the function is being run with print function calls.