2024-09-12 21:43:42 +02:00
|
|
|
return {
|
|
|
|
{
|
|
|
|
"stevearc/conform.nvim",
|
|
|
|
opts = {},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"m4xshen/autoclose.nvim",
|
|
|
|
opts = {},
|
|
|
|
},
|
2024-09-19 22:22:11 +02:00
|
|
|
{
|
|
|
|
"numToStr/Comment.nvim",
|
|
|
|
opts = {},
|
|
|
|
config = function()
|
|
|
|
require("Comment").setup()
|
|
|
|
end,
|
|
|
|
},
|
2024-09-20 19:05:33 +02:00
|
|
|
{
|
|
|
|
"nmac427/guess-indent.nvim",
|
|
|
|
config = function()
|
|
|
|
require("guess-indent").setup({})
|
|
|
|
end,
|
|
|
|
},
|
2024-09-12 21:43:42 +02:00
|
|
|
}
|