feat: add loading options for WezTerm types support

This commit is contained in:
2024-10-11 06:54:36 -04:00
parent 8b41d2436f
commit a8849c6a95
3 changed files with 27 additions and 34 deletions
+6 -4
View File
@@ -62,10 +62,11 @@ return {
event = "BufReadPre",
opts = {},
},
-- { -- DeadColumn
-- "Bekaboo/deadcolumn.nvim",
-- event = "BufEnter",
-- },
{ -- DeadColumn
"Bekaboo/deadcolumn.nvim",
event = "BufEnter",
cond = data.func.check_global_var("dead_column", true, true),
},
{ -- Precognition
"tris203/precognition.nvim",
lazy = true,
@@ -87,6 +88,7 @@ return {
{ -- Smart Scrolloff
"tonymajestro/smart-scrolloff.nvim",
event = "VeryLazy",
cond = data.func.check_global_var("smart_scrolloff", true, true),
opts = data.types.smartscrolloff,
},
{ -- Recorder