feat: more themes

This commit is contained in:
Thomas Alcala Schneider 2024-01-18 10:38:35 +01:00
parent e4f344f514
commit cd884159ae
3 changed files with 23 additions and 26 deletions

View file

@ -0,0 +1 @@
return { 'Verf/deepwhite.nvim' }

View file

@ -1,6 +1 @@
return {
'kyoz/purify',
config = function(plugin)
vim.opt.rtp:append(plugin.dir .. '/vim')
end,
}
return { 'kyoz/purify' }