fix: remove onedark

pull/951/head
Garrett Dawson 2 years ago
parent 28af25a3ab
commit 6b2c4169f7

@ -128,14 +128,14 @@ require('lazy').setup({
},
},
{
-- Theme inspired by Atom
'navarasu/onedark.nvim',
priority = 1000,
config = function()
vim.cmd.colorscheme 'onedark'
end,
},
-- {
-- -- Theme inspired by Atom
-- 'navarasu/onedark.nvim',
-- priority = 1000,
-- config = function()
-- vim.cmd.colorscheme 'onedark'
-- end,
-- },
{
-- Set lualine as statusline

Loading…
Cancel
Save