lukas-reineke / headlines.nvim

This plugin adds horizontal highlights for text filetypes, like markdown, orgmode, and neorg.
MIT License
698 stars 28 forks source link

"Error running config with headlines.nvim, attempt to call a nil value" with neovim nightly build 0.8.0 #20

Closed aj3423 closed 2 years ago

aj3423 commented 2 years ago

My config:

    -- syntax highlight for markdown
    use {
        'lukas-reineke/headlines.nvim',
        config = function()
          require('headlines').setup()
        end,
    }

There is an error when it launches: image

lukas-reineke commented 2 years ago

Your config is fine. Are you sure it's installed correctly?

aj3423 commented 2 years ago

After a reinstall and 'PackerSync' and a reboot, it works fine now, no error anymore. Sorry for bothering.