mirror of
https://github.com/zhenyan121/dotfiles.git
synced 2026-04-10 06:24:08 +08:00
feat: 上传我的配置
This commit is contained in:
5
.config/nvim/lua/plugins/autopairs.lua
Normal file
5
.config/nvim/lua/plugins/autopairs.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
return {
|
||||
"windwp/nvim-autopairs",
|
||||
event = "InsertEnter", -- 只有进入插入模式时才加载,节省性能
|
||||
config = true -- 相当于调用 require("nvim-autopairs").setup({})
|
||||
}
|
||||
Reference in New Issue
Block a user