feat: add tailwindcss

This commit is contained in:
Fabio Lenherr 2023-02-23 10:42:09 +01:00
parent cb64b79de9
commit b3102f091f
5 changed files with 69 additions and 7 deletions

View file

@ -14,7 +14,9 @@ return {
lazy = true,
event = { "BufReadPre", "BufNewFile" },
config = function(_, _)
require("nvim-highlight-colors").setup()
require("nvim-highlight-colors").setup({
enable_tailwind = true,
})
vim.cmd(":hi clear CursorLine")
vim.cmd(":hi clear CursorLineFold")
vim.cmd(":hi clear CursorLineSign")