32 lines
381 B
Lua
32 lines
381 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 = {},
|
|
},
|
|
|
|
{
|
|
"kylechui/nvim-surround",
|
|
event = "VeryLazy",
|
|
opts = {},
|
|
},
|
|
}
|