nvim-zh / colorful-winsep.nvim

Make your nvim window separators colorful
MIT License
422 stars 16 forks source link

Typo in the Lazy instructions? #31

Closed MangelMaxime closed 1 year ago

MangelMaxime commented 1 year ago

Hello,

I think there is an error in the Lazy instructions:

    {
        "nvim-zh/colorful-winsep.nvim",
        config = function()
            asynrequire("packers.nvimsep")
        end,
        event = { "WinNew" },
    }

Should asynrequire("packers.nvimsep") be require("colorful-winsep").setup()?

denstiny commented 1 year ago

Thanks for reminding

MangelMaxime commented 1 year ago

I am not sure about the fix you applied.

The name of the package seems incorrect and also we don't need to call the setup function?

denstiny commented 1 year ago

I am not sure about the fix you applied.

The name of the package seems incorrect and also we don't need to call the setup function?

no problem