This commit is contained in:
cedricreper 2025-10-17 15:04:25 +09:00
parent ab58d1a503
commit 631e88bdd2
15 changed files with 122 additions and 366 deletions

View file

@ -0,0 +1,9 @@
return {
{
'windwp/nvim-autopairs',
event = 'InsertEnter',
config = true,
-- use opts = {} for passing setup options
-- this is equivalent to setup({}) function
},
}