chore: reformatting

This commit is contained in:
2025-07-30 23:35:08 +02:00
parent 6fec8b487e
commit 699b357884

View File

@@ -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({