Upload files to "lua/plugins"

This commit is contained in:
2025-04-20 18:21:41 +00:00
parent cb98c03d8e
commit 4115407a85
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
return {
'windwp/nvim-autopairs',
event = "InsertEnter",
config = true
-- use opts = {} for passing setup options
-- this is equivalent to setup({}) function
}