.dotfiles/.config/nvim/lua/nvwynd/plugins/util.lua

26 lines
310 B
Lua
Raw Normal View History

2024-05-24 16:07:28 +03:00
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 = {},
},
}