org-bullets.nvim icon indicating copy to clipboard operation
org-bullets.nvim copied to clipboard

Checkbox setting not respected

Open pianocomposer321 opened this issue 2 years ago • 1 comments

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.

pianocomposer321 avatar Dec 17 '22 23:12 pianocomposer321