Revert "update with changeds from kickstart.nvim"

This reverts commit acdaf366cf.
This commit is contained in:
Noah Håkansson 2024-01-31 08:57:33 +01:00
parent acdaf366cf
commit 7d1bacbbbb
1 changed files with 2 additions and 7 deletions

View File

@ -201,13 +201,8 @@ require('lazy').setup({
-- Theme inspired by Atom
'navarasu/onedark.nvim',
priority = 1000,
lazy = true,
config = function()
require('onedark').setup({
-- Set a style preset. 'dark' is default.
style = 'dark', -- dark, darker, cool, deep, warm, warmer, light
})
require('onedark').load()
vim.cmd.colorscheme('onedark')
end,
},
@ -221,7 +216,7 @@ require('lazy').setup({
opts = {
options = {
icons_enabled = true,
theme = 'auto',
theme = 'onedark',
component_separators = '|',
section_separators = '',
},