From 1f22aee5e36d27468a2bde4683d5219d922123bc Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Thu, 25 Jan 2024 15:07:16 +0200 Subject: [PATCH] feat(nvim): laytan/tailwind-sorter.nvim --- config/nvim/lua/plugins/coding.lua | 9 +++++++++ 1 file changed, 9 insertions(+) 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 {