all repos

init.lua @ 25c260e796cea32f2cd69e5768d8d6c5c83fc67a

my nvim config
1 files changed, 1 insertions(+), 0 deletions(-)
fix(plugins): now autopairs lazy-load corectry
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2022-12-27 21:54:32 +0200
Parent: a9c77ef
M lua/plugins.lua

@@ -32,6 +32,7 @@

use { -- auto pairs closer "windwp/nvim-autopairs", event = "InsertEnter", + module = "nvim-autopairs", config = u.get.config "autopairs", }