converted from packer to lazy
This commit is contained in:
parent
8c70ffcc1f
commit
7b6c664ceb
14 changed files with 137 additions and 96 deletions
7
.config/nvim/lua/plugins/nvim-autopairs.lua
Normal file
7
.config/nvim/lua/plugins/nvim-autopairs.lua
Normal file
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
'windwp/nvim-autopairs',
|
||||
event = "InsertEnter",
|
||||
config = true
|
||||
-- use opts = {} for passing setup options
|
||||
-- this is equivalent to setup({}) function
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue