Add Nvim autopairs

This commit is contained in:
Max Luebke 2025-01-20 16:24:02 +01:00
parent 1b49cc1013
commit 71ab2fef74

View File

@ -35,4 +35,11 @@ return {
require('nvim-tree').setup {}
end,
},
{
'windwp/nvim-autopairs',
event = 'InsertEnter',
config = true,
-- use opts = {} for passing setup options
-- this is equivalent to setup({}) function
},
}