diff options
| -rw-r--r-- | lua/plugins.lua | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/lua/plugins.lua b/lua/plugins.lua index c2a0e0e2..cacc1e9f 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -73,6 +73,7 @@ return {          lvim.builtin.autopairs.on_config_done(require "nvim-autopairs")        end      end, +    disable = not lvim.builtin.autopairs.active,    },    -- Treesitter | 
