feat: add tailwindcss
This commit is contained in:
parent
cb64b79de9
commit
b3102f091f
5 changed files with 69 additions and 7 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue