📦 Projects and plugins

- Adds Projects option
- Reorganize plugins
This commit is contained in:
2024-07-13 11:52:54 -04:00
parent 25e4ffc62d
commit 196d3ee59e
32 changed files with 375 additions and 447 deletions
+11
View File
@@ -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,
}