chore(nvim): add tailwind-tools plugin

This commit is contained in:
Stefan Imhoff
2024-06-02 13:23:43 +02:00
parent 98ac1dab19
commit 1ffc77669d
3 changed files with 39 additions and 33 deletions

View File

@@ -40,4 +40,9 @@ return {
on_save_pattern = { "*.html", "*.jsx", "*.tsx", "*.astro", "*.svelte" },
},
},
{
"luckasRanarison/tailwind-tools.nvim",
dependencies = { "nvim-treesitter/nvim-treesitter" },
opts = {},
},
}