Merge pull request #5 from micaiah-effiong/fix/duplicate-ondark-config
Fix: duplicate onedark config
This commit is contained in:
commit
3abd3a9112
|
@ -1,10 +1,7 @@
|
||||||
return {
|
return {
|
||||||
-- Theme inspired by Atom
|
-- Extend onedark config
|
||||||
'navarasu/onedark.nvim',
|
-- prevent override conflict
|
||||||
priority = 1000,
|
--
|
||||||
config = function()
|
|
||||||
vim.cmd.colorscheme 'onedark'
|
|
||||||
end,
|
|
||||||
require('onedark').setup {
|
require('onedark').setup {
|
||||||
style = 'deep',
|
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"
|
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