refactor(nvim): use VeryLazy event with statuscol
This commit is contained in:
parent
232d966039
commit
f4bc4e5151
@ -387,7 +387,7 @@ lazy.setup({
|
||||
|
||||
{
|
||||
"luukvbaal/statuscol.nvim",
|
||||
event = "BufReadPost",
|
||||
event = "VeryLazy",
|
||||
config = function()
|
||||
local builtin = require("statuscol.builtin")
|
||||
require("statuscol").setup({
|
||||
|
Loading…
x
Reference in New Issue
Block a user