mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(nvim): activate color highlighting in JavaScript and TypeScript files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user