feat: disable tailwind color by default
This commit is contained in:
@@ -38,6 +38,11 @@ return {
|
||||
"luckasRanarison/tailwind-tools.nvim",
|
||||
dependencies = { "nvim-treesitter/nvim-treesitter" },
|
||||
lazy = false,
|
||||
opts = {
|
||||
document_color = {
|
||||
enabled = false,
|
||||
},
|
||||
},
|
||||
config = true,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user