chore(nvim): colorize hex values in more file typess

This commit is contained in:
Stefan Imhoff
2022-12-22 15:49:31 +01:00
parent 91d5f34805
commit a41fc1ce91

View File

@@ -6,6 +6,8 @@ require("colorizer").setup({
"javascriptreact",
"typescript",
"typescriptreact",
"yaml",
"conf",
}, {
RGB = true,
RRGGBB = true,