fixed nvim conf

This commit is contained in:
vx-clutch
2024-08-18 09:39:49 -04:00
parent 0c2d9d462a
commit 4fc48fedc2
3 changed files with 95 additions and 60 deletions

View File

@@ -67,16 +67,4 @@ return {
-- configurations go here
},
},
{
'maxmx03/solarized.nvim',
lazy = false,
priority = 1000,
config = function()
vim.o.background = 'dark' -- or 'light'
vim.defer_fn(function()
vim.cmd.colorscheme 'solarized'
end, 0)
end,
},
}