chore: reformatting
This commit is contained in:
5
init.lua
5
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({
|
||||
|
||||
Reference in New Issue
Block a user