theme, add nvim colorizer

This commit is contained in:
Mark Riedesel 2024-06-30 08:43:11 -05:00
parent 8437b19f1f
commit 25019ba10b
9 changed files with 35 additions and 22 deletions

View file

@ -0,0 +1,7 @@
return {
'JosefLitos/colorizer.nvim',
event = { "BufNew" },
opts = {
filetypes = { '*' },
},
};