bring up to date with remote
This commit is contained in:
parent
56d28f8f75
commit
4952447714
15 changed files with 253 additions and 106 deletions
6
lua/custom/plugins/autopairs.lua
Normal file
6
lua/custom/plugins/autopairs.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
"windwp/nvim-autopairs",
|
||||
config = function()
|
||||
require("nvim-autopairs").setup {}
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue