mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-23 10:48:30 +02:00
feat: make autopairs configurable
This commit is contained in:
parent
5a7630cac7
commit
1b5730d511
3 changed files with 60 additions and 48 deletions
|
@ -68,7 +68,7 @@ return {
|
|||
-- event = "InsertEnter",
|
||||
after = "nvim-compe",
|
||||
config = function()
|
||||
require "core.autopairs"
|
||||
require("core.autopairs").setup()
|
||||
if lvim.builtin.autopairs.on_config_done then
|
||||
lvim.builtin.autopairs.on_config_done(require "nvim-autopairs")
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue