Git Product home page Git Product logo

Comments (7)

folke avatar folke commented on June 13, 2024 2

I just made another update that disables the new bullets in headlines.nvim.

I'm sure some people like them, but I find them to be a bit too intrusive as a default.

from lazyvim.

dpetka2001 avatar dpetka2001 commented on June 13, 2024 1

You just disable the headline highlights and you won't notice this

  {
    "lukas-reineke/headlines.nvim",
    opts = {
      markdown = {
        headline_highlights = false,
      },
    },
  },

It's because of the different background that the headline highlights and the colorscheme have. And if you don't like it at all you can just disable the plugin in your personal configuration, whilst still using the Markdown Extra. Just enabled = false to the above snippet. It's easier than disabling the Extra and adding all the rest manually (which of course you can still do if you like it more this way).

from lazyvim.

folke avatar folke commented on June 13, 2024 1

@dusty-phillips yeah, figured something must have changed. The current behavior is pretty annoying.

I just fixed it on the LazyVim side, by simply disabling headlines.nvim while in insert mode.

0ba731a

from lazyvim.

dpetka2001 avatar dpetka2001 commented on June 13, 2024

What small icons are you referring to?

from lazyvim.

jordandelbar avatar jordandelbar commented on June 13, 2024

Those:
image

When you try to delete a # the user experience is far from great and sometimes it bugs out and you cannot delete the icons (the rendering freezes I guess).
image

These are also mentioned at the end of the README file of the repository:
https://github.com/lukas-reineke/headlines.nvim

from lazyvim.

dusty-phillips avatar dusty-phillips commented on June 13, 2024

Looks like this is a recent regression that may be fixed someday. lukas-reineke/headlines.nvim#66

from lazyvim.

jordandelbar avatar jordandelbar commented on June 13, 2024

@dpetka2001 Indeed, I forgot I could do that. Thanks

from lazyvim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.