15 lines
259 B
Lua
15 lines
259 B
Lua
return {
|
|
{
|
|
'windwp/nvim-autopairs',
|
|
event = "InsertEnter",
|
|
config = true,
|
|
},
|
|
{
|
|
'windwp/nvim-ts-autotag',
|
|
ft = { 'html', 'jsx', 'tsx', 'xml', 'svelte', 'vue' },
|
|
config = true,
|
|
},
|
|
{
|
|
'RRethy/nvim-treesitter-endwise',
|
|
},
|
|
}
|