autopairs
This commit is contained in:
parent
85edaeb097
commit
56980d867c
@ -71,4 +71,9 @@ return require("packer").startup(function(use)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
-- Autopairs
|
||||||
|
use {
|
||||||
|
"windwp/nvim-autopairs",
|
||||||
|
config = function() require("nvim-autopairs").setup {} end
|
||||||
|
}
|
||||||
end)
|
end)
|
||||||
|
@ -149,6 +149,12 @@ _G.packer_plugins = {
|
|||||||
path = "/home/sergio/.local/share/nvim/site/pack/packer/start/nord.nvim",
|
path = "/home/sergio/.local/share/nvim/site/pack/packer/start/nord.nvim",
|
||||||
url = "https://github.com/shaunsingh/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"] = {
|
["nvim-cmp"] = {
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/sergio/.local/share/nvim/site/pack/packer/start/nvim-cmp",
|
path = "/home/sergio/.local/share/nvim/site/pack/packer/start/nvim-cmp",
|
||||||
@ -233,6 +239,10 @@ _G.packer_plugins = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
time([[Defining packer_plugins]], false)
|
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
|
_G._packer.inside_compile = false
|
||||||
if _G._packer.needs_bufread == true then
|
if _G._packer.needs_bufread == true then
|
||||||
|
Loading…
Reference in New Issue
Block a user