mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-30 22:59:22 +02:00
fix(auto-pairs): disable lazy loading for auto-pairs (#1729)
This commit is contained in:
parent
596db66c7f
commit
65f165011a
1 changed files with 0 additions and 1 deletions
|
@ -50,7 +50,6 @@ return {
|
||||||
{
|
{
|
||||||
"windwp/nvim-autopairs",
|
"windwp/nvim-autopairs",
|
||||||
-- event = "InsertEnter",
|
-- event = "InsertEnter",
|
||||||
after = "nvim-cmp",
|
|
||||||
config = function()
|
config = function()
|
||||||
require("core.autopairs").setup()
|
require("core.autopairs").setup()
|
||||||
end,
|
end,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue