chore(nvim): activate color highlighting in JavaScript and TypeScript files

This commit is contained in:
Stefan Imhoff
2022-07-25 20:39:08 +02:00
parent bd45eafd91
commit 52ed85da91

View File

@@ -5,9 +5,12 @@ if not status then
end
colorizer.setup({
"html",
"css",
"html",
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
}, {
RGB = true, -- #RGB hex codes
RRGGBB = true, -- #RRGGBB hex codes