Skip to content

bullets make editing heading level a bit less convenient? #66

@xfzv

Description

@xfzv

I've just updated to d39c4e6

Unless I'm missing something, the new bullets feature make editing heading a bit more difficult than before.

return {
  "lukas-reineke/headlines.nvim",
  dependencies = "nvim-treesitter/nvim-treesitter",
  commit = "e3d7bfdf40e41a020d966d35f8b48d75b90367d2",
  opts = {},
}

01-before

I could simply enter insert mode and add/remove any * character to change the heading level.


return {
  "lukas-reineke/headlines.nvim",
  dependencies = "nvim-treesitter/nvim-treesitter",
  opts = {},
}

02-after

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions