luukvbaal / statuscol.nvim

Status column plugin that provides a configurable 'statuscolumn' and click handlers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Should this be lazy-loaded?

linsui opened this issue · comments

commented

I tried to lazy-load this plugin with event = { "BufReadPre", "BufNewFile" }, and it doesn't work reliably. Did I use a wrong event? Or I shouldn't lazy-load it at all? Thanks!

I don't know that lazy-loading should make it "unreliable", or what that means. But I don't recommend lazy loading this plugin no, it will just result in an extra redraw on startup when 'statuscolimn' is set.