Files
nvbad/lua/plugins/format.lua
2026-02-06 13:38:25 -06:00

16 lines
190 B
Lua

return {
{
'windwp/nvim-autopairs',
event = "InsertEnter",
config = true
},
{
"folke/ts-comments.nvim",
event = "VeryLazy",
opts = {},
},
{
"hrsh7th/nvim-cmp",
}
}