feat: a bunch of themes and vim be good

This commit is contained in:
Thomas Alcala Schneider 2023-05-08 18:37:20 +02:00
parent aa9b5d8e6c
commit db434bceb0
17 changed files with 70 additions and 0 deletions

View file

@ -0,0 +1,9 @@
return {
'ramojus/mellifluous.nvim',
dependencies = { 'rktjmp/lush.nvim' },
config = function()
require('mellifluous').setup { --[[...]]
} -- optional, see configuration section.
-- vim.cmd('colorscheme mellifluous')
end,
}