🖥️ Add WezTerm Support
- Only loaded when WezTerm is used
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
-- -----------------------------------------------------------------------------
|
||||
-- --------------------------------- WezTerm -----------------------------------
|
||||
-- -----------------------------------------------------------------------------
|
||||
return {
|
||||
"willothy/wezterm.nvim",
|
||||
config = true,
|
||||
cond = function() -- Using WezTerm
|
||||
local term = os.getenv("TERM_PROGRAM")
|
||||
return term and string.find(term, "WezTerm")
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user