feat(highlight-colors): add support for nvim-highlight-colors plugin to customize syntax highlighting colors in Neovim

This commit is contained in:
David Ibia
2024-03-05 12:07:24 +01:00
parent 193672949d
commit 4ddb4399ab
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
local highlight = require("nvim-highlight-colors")
highlight.setup({
enable_tailwind = true,
})
highlight.turnOn()