diff --git a/config/nvim/lua/plugins/coding.lua b/config/nvim/lua/plugins/coding.lua index 5cdc566..84522e0 100644 --- a/config/nvim/lua/plugins/coding.lua +++ b/config/nvim/lua/plugins/coding.lua @@ -56,6 +56,15 @@ return { }, }, }, + { + "laytan/tailwind-sorter.nvim", + dependencies = { "nvim-treesitter/nvim-treesitter", "nvim-lua/plenary.nvim" }, + build = "cd formatter && npm i && npm run build", + config = true, + opts = { + on_save_enabled = true, + }, + }, -- Describe the regexp under the cursor -- https://github.com/bennypowers/nvim-regexplainer {