chore: clean up

This commit is contained in:
2025-04-30 20:57:03 +02:00
parent 2f6723bcc2
commit 317f42d5a7
+1 -3
View File
@@ -1,8 +1,7 @@
---@type LazyPluginSpec ---@type LazyPluginSpec
return { return {
"navarasu/onedark.nvim", "navarasu/onedark.nvim",
-- enabled = false, priority = 1000,
priority = 1000, -- make sure to load this before all the other start plugins
config = function() config = function()
local c = require("onedark.palette").dark local c = require("onedark.palette").dark
local opts = { local opts = {
@@ -14,7 +13,6 @@ return {
}, },
} }
require("onedark").setup(opts) require("onedark").setup(opts)
-- Enable theme
require("onedark").load() require("onedark").load()
end, end,
} }