-
-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
I've just updated to d39c4e6
Unless I'm missing something, the new bullets feature make editing heading a bit more difficult than before.
- Before (e3d7bfd)
return {
"lukas-reineke/headlines.nvim",
dependencies = "nvim-treesitter/nvim-treesitter",
commit = "e3d7bfdf40e41a020d966d35f8b48d75b90367d2",
opts = {},
}I could simply enter insert mode and add/remove any * character to change the heading level.
- After (d39c4e6)
return {
"lukas-reineke/headlines.nvim",
dependencies = "nvim-treesitter/nvim-treesitter",
opts = {},
}Now, when entering insert mode, the * characters are no longer displayed, only the bullet signs are. I have to press x as many times as required (once for heading 1, twice for heading 2 and so on) to completely delete the heading, then recreate it with *.
I ended up using
opts = {
bullets = {},
}for now. Just curious if this is me being an idiot and missing something obvious, or if this could be a minor regression.
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

