initial commit

This commit is contained in:
Robin Jenni
2026-03-10 18:39:47 +01:00
commit fae6e1fb6f
30 changed files with 832 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
return {
"olimorris/onedarkpro.nvim",
priority = 1000, -- Ensure it loads first
config = function()
require("onedarkpro").setup({
options = {
transparency = false
}
})
end
}