18 lines
212 B
Lua
18 lines
212 B
Lua
return {
|
|
{
|
|
"stevearc/conform.nvim",
|
|
opts = {},
|
|
},
|
|
{
|
|
"m4xshen/autoclose.nvim",
|
|
opts = {},
|
|
},
|
|
{
|
|
"numToStr/Comment.nvim",
|
|
opts = {},
|
|
config = function()
|
|
require("Comment").setup()
|
|
end,
|
|
},
|
|
}
|