mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-17 20:54:24 +00:00
feat(nvim): laytan/tailwind-sorter.nvim
This commit is contained in:
@@ -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
|
-- Describe the regexp under the cursor
|
||||||
-- https://github.com/bennypowers/nvim-regexplainer
|
-- https://github.com/bennypowers/nvim-regexplainer
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user