feat(nvim pluigins): new nvim custom plugins
This commit is contained in:
parent
4a37a0a9b1
commit
9fb993f9da
4 changed files with 134 additions and 0 deletions
8
lua/custom/plugins/autopairs.lua
Normal file
8
lua/custom/plugins/autopairs.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
-- File: lua/custom/plugins/autopairs.lua
|
||||
|
||||
return {
|
||||
"windwp/nvim-autopairs",
|
||||
config = function()
|
||||
require("nvim-autopairs").setup {}
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue