💤 Better Lazy Management

- Allow more plugins to lazy-load
This commit is contained in:
2024-07-14 11:10:24 -04:00
parent bf1be126fa
commit 60b35456f7
3 changed files with 13 additions and 2 deletions
+1
View File
@@ -61,6 +61,7 @@ return {
},
{
"Bekaboo/deadcolumn.nvim",
event = "VeryLazy",
config = function()
require("deadcolumn").setup({
scope = "line", ---@type string|fun(): integer