26 lines
310 B
Lua
26 lines
310 B
Lua
|
return {
|
||
|
{
|
||
|
"windwp/nvim-autopairs",
|
||
|
event = "InsertEnter",
|
||
|
config = true,
|
||
|
opts = {},
|
||
|
},
|
||
|
|
||
|
{
|
||
|
"windwp/nvim-ts-autotag",
|
||
|
opts = {},
|
||
|
},
|
||
|
|
||
|
{
|
||
|
"numToStr/Comment.nvim",
|
||
|
opts = {},
|
||
|
lazy = false,
|
||
|
},
|
||
|
|
||
|
{
|
||
|
"folke/todo-comments.nvim",
|
||
|
dependencies = { "nvim-lua/plenary.nvim" },
|
||
|
opts = {},
|
||
|
},
|
||
|
}
|