This commit is contained in:
MimiValsi 2024-09-10 18:03:09 +02:00
parent a22976111e
commit d106be5558
2 changed files with 199 additions and 64 deletions

View file

@ -2,4 +2,12 @@
-- I promise not to create any merge conflicts in this directory :)
--
-- See the kickstart.nvim README for more information
return {}
return {
{
'brenoprata10/nvim-highlight-colors',
config = function()
require('nvim-highlight-colors').setup {}
end,
},
}