diff --git a/lua/custom/plugins/onedark-theme.lua b/lua/custom/plugins/onedark-theme.lua index edc5cb5a..f675aae7 100644 --- a/lua/custom/plugins/onedark-theme.lua +++ b/lua/custom/plugins/onedark-theme.lua @@ -1,10 +1,7 @@ return { - -- Theme inspired by Atom - 'navarasu/onedark.nvim', - priority = 1000, - config = function() - vim.cmd.colorscheme 'onedark' - end, + -- Extend onedark config + -- prevent override conflict + -- require('onedark').setup { style = 'darker', toggle_style_key = 'ts', -- keybind to toggle theme style. Leave it nil to disable it, or set it to a string, for example "ts"