diff options
author | kylo252 <[email protected]> | 2021-08-11 17:34:16 +0200 |
---|---|---|
committer | kylo252 <[email protected]> | 2021-08-11 17:34:16 +0200 |
commit | d512b57918ead21dec97bf33a7c63e9ea38310c4 (patch) | |
tree | 24dd867944a64143206cd4266db9fec2745c55eb | |
parent | 1b5730d51195fee74f3544bd29d017c46da3dea3 (diff) |
allow disabling autopairs completely
-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 |