squash! feat: better tailwindcss support
This commit is contained in:
parent
c2838b6fd7
commit
5e47588666
1 changed files with 13 additions and 1 deletions
|
@ -253,7 +253,19 @@ return {
|
||||||
{
|
{
|
||||||
"tailwind-tools.nvim",
|
"tailwind-tools.nvim",
|
||||||
after = function()
|
after = function()
|
||||||
require("tailwind-tools").setup({})
|
local lz = require("lz.n")
|
||||||
|
|
||||||
|
lz.trigger_load("telescope.nvim")
|
||||||
|
lz.trigger_load("nvim-lspconfig")
|
||||||
|
|
||||||
|
require("tailwind-tools").setup({
|
||||||
|
conceal = {
|
||||||
|
enabled = true,
|
||||||
|
},
|
||||||
|
document_color = {
|
||||||
|
enabled = true,
|
||||||
|
},
|
||||||
|
})
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue