neovim: New CSS color highlighter

This commit is contained in:
2025-11-30 16:18:02 +01:00
parent 27cb40adcf
commit 2e8d1b8ee1

View File

@@ -1,5 +1,5 @@
-- CSS color
return {
"ap/vim-css-color",
ft = { "css" },
"brenoprata10/nvim-highlight-colors",
opts = {},
}