mirror of
https://github.com/darwincereska/nvim-config.git
synced 2026-02-12 10:44:42 -05:00
feat(init): first init
This commit is contained in:
7
lua/plugins/autopairs.lua
Normal file
7
lua/plugins/autopairs.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
return {
|
||||
"windwp/nvim-autopairs",
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
event = "InsertEnter",
|
||||
config = true,
|
||||
}
|
||||
Reference in New Issue
Block a user