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