Skip to content

Commit e378768

Browse files
authored
chore(nvim): Changes ondark to not default theme (#84)
1 parent 7f65e6e commit e378768

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

nvim/lua/plugins/onedark-theme.lua

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
return {
22
"navarasu/onedark.nvim",
3-
priority = 1000, -- make sure to load this before all the other start plugins
43
config = function()
5-
require("onedark").setup({
4+
--[[ require("onedark").setup({
65
style = "darker",
76
})
87
-- Enable theme
9-
require("onedark").load()
8+
require("onedark").load() ]]
109
end,
1110
}

0 commit comments

Comments
 (0)