chore: theme

This commit is contained in:
2pac 2023-11-05 23:41:04 +01:00
parent d0e6ce3d2a
commit 434e2172c2
3 changed files with 40 additions and 21 deletions

View file

@ -91,26 +91,6 @@ require('lazy').setup({
},
},
{
'jacoborus/tender.vim',
priority = 1000,
config = function()
vim.cmd.colorscheme 'tender'
end,
},
{
'nvim-lualine/lualine.nvim',
opts = {
options = {
icons_enabled = true,
theme = 'tender',
component_separators = '|',
section_separators = '',
},
},
},
{
'github/copilot.vim',
config = function()