This commit is contained in:
Zacharias-Brohn
2025-08-09 20:34:07 +02:00
parent 3c4df59b53
commit ba3510d2a6
6 changed files with 83 additions and 2 deletions
+8 -1
View File
@@ -81,7 +81,7 @@ return {
},
{
"hiphish/rainbow-delimiters.nvim",
enabled = false,
enabled = true,
},
{
"windwp/nvim-autopairs",
@@ -228,4 +228,11 @@ return {
{
"ziglang/zig.vim",
},
-- {
-- "nicolas-martin/region-folding.nvim",
-- event = { "BufReadPost", "BufNewFile" },
-- opts = function()
-- require("config.region-folding")
-- end,
-- },
}