nvim-orgmode / org-bullets.nvim

GNU Affero General Public License v3.0
136 stars 19 forks source link

Checkmark only substitutes lower-case 'x' #12

Closed jgollenz closed 2 years ago

jgollenz commented 2 years ago

However, the default character that nvim-orgmode inserts with seems to be upper-case 'X'.

Fixed this in my fork: https://github.com/jgollenz/org-bullets.nvim/blob/fix/checkmark-ignore-case/lua/org-bullets.lua#L92 Shall I make a PR?

jgollenz commented 2 years ago

oh, and the Checkbox feature is not mentioned in the README. Only found it because I was poking around the PRs. Shall I include it?

TravonteD commented 2 years ago

Ah I see, it looks like we didn't run into this likely because ignorecase is a popular setting. Given the default is false for that option I think the PR should be made.