Merge branch 'master' of github.com:micaiah-effiong/kickstart.nvim into core/merge-upstream

This commit is contained in:
Micah Effiong 2024-01-10 15:17:47 +01:00
commit 1c2a86f63f
1 changed files with 3 additions and 6 deletions

View File

@ -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 = '<leader>ts', -- keybind to toggle theme style. Leave it nil to disable it, or set it to a string, for example "<leader>ts"