chore: clean up
This commit is contained in:
@@ -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,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user