this is my current local config
This commit is contained in:
parent
3338d39206
commit
4055a293a5
9 changed files with 1406 additions and 814 deletions
8
lua/plugins/autopairs.lua
Normal file
8
lua/plugins/autopairs.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
-- autopairs
|
||||
-- https://github.com/windwp/nvim-autopairs
|
||||
|
||||
return {
|
||||
'windwp/nvim-autopairs',
|
||||
event = 'InsertEnter',
|
||||
opts = {},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue