🐇 Lazy Efficiency 💤
- Made tweaks to plugin loading triggers that decreased loading time by nearly half! - On my system: - Previously: ~89ms - Now: ~52ms
This commit is contained in:
+4
-4
@@ -2,10 +2,10 @@
|
||||
-- --------------------------------- WezTerm -----------------------------------
|
||||
-- -----------------------------------------------------------------------------
|
||||
return {
|
||||
"willothy/wezterm.nvim",
|
||||
config = true,
|
||||
cond = function() -- Using WezTerm
|
||||
"willothy/wezterm.nvim",
|
||||
config = true,
|
||||
cond = function() -- Using WezTerm
|
||||
local term = os.getenv("TERM_PROGRAM")
|
||||
return term and string.find(term, "WezTerm")
|
||||
end,
|
||||
end,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user