From 699b35788468699a6d09afddc9602988e7fd8822 Mon Sep 17 00:00:00 2001 From: Tim Wundenberg Date: Wed, 30 Jul 2025 23:35:08 +0200 Subject: [PATCH] chore: reformatting --- init.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 4c27db0..b059a4e 100644 --- a/init.lua +++ b/init.lua @@ -21,9 +21,12 @@ vim.pack.add({ -- currently not working, see https://github.com/laytan/tailwind-sorter.nvim/issues/114 -- { src = "https://github.com/laytan/tailwind-sorter.nvim" }, -- { src = "https://github.com/nvim-lua/plenary.nvim" }, -- required by tailwind-sorter + + -- autoclosing tags { src = "https://github.com/windwp/nvim-ts-autotag" }, { src = "https://github.com/terrortylor/nvim-comment" }, - { src = "https://github.com/JoosepAlviste/nvim-ts-context-commentstring" }, -- required by nvim-comment + -- required by nvim-comment + { src = "https://github.com/JoosepAlviste/nvim-ts-context-commentstring" }, }) require('nvim_comment').setup({