We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ab43d6 commit b91a90cCopy full SHA for b91a90c
1 file changed
init.lua
@@ -211,9 +211,11 @@ require('lazy').setup({
211
-- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link).
212
'NMAC427/guess-indent.nvim', -- Detect tabstop and shiftwidth automatically
213
214
- -- NOTE: Plugins can also be added by using a table,
215
- -- with the first argument being the link and the following
216
- -- keys can be used to configure plugin behavior/loading/etc.
+ {
+ 'windwp/nvim-autopairs',
+ event = 'InsertEnter',
217
+ config = true,
218
+ },
219
{
220
'NeogitOrg/neogit',
221
dependencies = {
0 commit comments