mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-14 11:24:43 +02:00
more lazyload
This commit is contained in:
parent
c0a48c186b
commit
be87f71c20
2 changed files with 22 additions and 25 deletions
|
@ -90,8 +90,9 @@ return require("packer").startup(function(use)
|
|||
|
||||
-- Autopairs
|
||||
use {
|
||||
-- event = "InsertEnter",
|
||||
"windwp/nvim-autopairs",
|
||||
event = "InsertEnter",
|
||||
after = {"telescope.nvim", "nvim-compe"},
|
||||
config = function()
|
||||
require 'lv-autopairs'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue