mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-04 04:35:29 +00:00
9 lines
272 B
Lua
9 lines
272 B
Lua
return {
|
|
"laytan/tailwind-sorter.nvim",
|
|
dependencies = { "nvim-treesitter/nvim-treesitter", "nvim-lua/plenary.nvim" },
|
|
build = "cd formatter && npm i && npm run build",
|
|
config = {
|
|
on_save_pattern = { "*.html", "*.jsx", "*.tsx", "*.astro", "*.svelte" },
|
|
},
|
|
}
|