feat: add autopairs plugin
This commit is contained in:
parent
85e20d0e92
commit
c08291b5b2
2 changed files with 6 additions and 0 deletions
|
@ -14,5 +14,10 @@ return {
|
|||
},
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter-context"
|
||||
},
|
||||
{
|
||||
'windwp/nvim-autopairs',
|
||||
event = "InsertEnter",
|
||||
opts = {}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue