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