mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-18 08:18:24 +02:00
allow disabling autopairs completely
This commit is contained in:
parent
1b5730d511
commit
d512b57918
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ return {
|
|||
lvim.builtin.autopairs.on_config_done(require "nvim-autopairs")
|
||||
end
|
||||
end,
|
||||
disable = not lvim.builtin.autopairs.active,
|
||||
},
|
||||
|
||||
-- Treesitter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue