remove duplicate conflict
This commit is contained in:
parent
a8da4f2575
commit
b2700b93fa
|
@ -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 = 'deep',
|
||||
toggle_style_key = '<leader>ts', -- keybind to toggle theme style. Leave it nil to disable it, or set it to a string, for example "<leader>ts"
|
||||
|
|
Loading…
Reference in New Issue