From 56980d867ce9f923bb55c8565a1956e91fddac05 Mon Sep 17 00:00:00 2001 From: serxoz Date: Fri, 25 Nov 2022 09:36:45 +0100 Subject: [PATCH] autopairs --- lua/serxoz/packer.lua | 5 +++++ plugin/packer_compiled.lua | 10 ++++++++++ 2 files changed, 15 insertions(+) diff --git a/lua/serxoz/packer.lua b/lua/serxoz/packer.lua index ccfba87..d06a184 100644 --- a/lua/serxoz/packer.lua +++ b/lua/serxoz/packer.lua @@ -71,4 +71,9 @@ return require("packer").startup(function(use) } } + -- Autopairs + use { + "windwp/nvim-autopairs", + config = function() require("nvim-autopairs").setup {} end + } end) diff --git a/plugin/packer_compiled.lua b/plugin/packer_compiled.lua index 0ead6d2..d3c60fa 100644 --- a/plugin/packer_compiled.lua +++ b/plugin/packer_compiled.lua @@ -149,6 +149,12 @@ _G.packer_plugins = { path = "/home/sergio/.local/share/nvim/site/pack/packer/start/nord.nvim", url = "https://github.com/shaunsingh/nord.nvim" }, + ["nvim-autopairs"] = { + config = { "\27LJ\2\n@\0\0\3\0\3\0\a6\0\0\0'\2\1\0B\0\2\0029\0\2\0004\2\0\0B\0\2\1K\0\1\0\nsetup\19nvim-autopairs\frequire\0" }, + loaded = true, + path = "/home/sergio/.local/share/nvim/site/pack/packer/start/nvim-autopairs", + url = "https://github.com/windwp/nvim-autopairs" + }, ["nvim-cmp"] = { loaded = true, path = "/home/sergio/.local/share/nvim/site/pack/packer/start/nvim-cmp", @@ -233,6 +239,10 @@ _G.packer_plugins = { } time([[Defining packer_plugins]], false) +-- Config for: nvim-autopairs +time([[Config for nvim-autopairs]], true) +try_loadstring("\27LJ\2\n@\0\0\3\0\3\0\a6\0\0\0'\2\1\0B\0\2\0029\0\2\0004\2\0\0B\0\2\1K\0\1\0\nsetup\19nvim-autopairs\frequire\0", "config", "nvim-autopairs") +time([[Config for nvim-autopairs]], false) _G._packer.inside_compile = false if _G._packer.needs_bufread == true then