removed nvim as submodule

This commit is contained in:
snarmph 2025-09-29 10:32:22 +02:00
parent 802e03c77e
commit 3a6b72a050
16 changed files with 727 additions and 1 deletions

View file

@ -0,0 +1,22 @@
return {
"rebelot/kanagawa.nvim",
opts = {
colors = {
theme = {
all = {
ui = {
bg_gutter = "none",
},
},
},
},
overrides = function (colors)
local theme = colors.theme
return {
NormalFloat = { bg = "none" },
FloatBorder = { bg = "none" },
FloatTitle = { bg = "none" },
}
end
},
}