初始化dotfiles
This commit is contained in:
11
nvim/lua/plugins/autopairs.lua
Normal file
11
nvim/lua/plugins/autopairs.lua
Normal file
@ -0,0 +1,11 @@
|
||||
-- ============================================================================
|
||||
-- 自动括号补全 (nvim-autopairs)
|
||||
-- ============================================================================
|
||||
|
||||
return {
|
||||
{
|
||||
"windwp/nvim-autopairs",
|
||||
event = "InsertEnter",
|
||||
opts = {},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user