This commit is contained in:
Zacharias-Brohn
2025-07-03 23:29:52 +02:00
parent 413d614440
commit 3c4df59b53
14 changed files with 228 additions and 27 deletions
+8
View File
@@ -14,6 +14,7 @@ return {
},
{
"olimorris/onedarkpro.nvim",
priority = 1000,
config = function()
require("config.themelight")
end,
@@ -80,6 +81,7 @@ return {
},
{
"hiphish/rainbow-delimiters.nvim",
enabled = false,
},
{
"windwp/nvim-autopairs",
@@ -171,6 +173,9 @@ return {
{
"notken12/base46-colors",
},
{
"hrsh7th/nvim-cmp",
},
{
"neovim/nvim-lspconfig",
dependencies = {
@@ -220,4 +225,7 @@ return {
require("config.colorizer")
end,
},
{
"ziglang/zig.vim",
},
}