more plugins added

This commit is contained in:
adollar 2025-06-25 17:02:58 +01:00
parent 073319c1b9
commit c47d849a01
5 changed files with 41 additions and 0 deletions

View file

@ -0,0 +1,7 @@
return {
-- high-performance color highlighter
'norcalli/nvim-colorizer.lua',
config = function()
require('colorizer').setup()
end,
}