zterm support

This commit is contained in:
Zacharias-Brohn
2025-12-15 22:57:49 +01:00
parent 820c2c1207
commit 4e79b98122
6 changed files with 25 additions and 23 deletions
+6
View File
@@ -56,4 +56,10 @@ return {
vim.g.minimal_italic_keywords = true
end,
},
{
"folke/tokyonight.nvim",
lazy = false,
priority = 1000,
opts = {},
},
}
+6
View File
@@ -296,4 +296,10 @@ return {
require "config.scrollbar"
end,
},
{
"Zacharias-Brohn/zterm-navigator.nvim",
config = function()
require "config.zterm-navigator"
end,
},
}