moved custom plugins to seperate folder
This commit is contained in:
parent
65c756629e
commit
7f6cc1833c
8 changed files with 126 additions and 116 deletions
8
lua/custom/plugins/autopairs.lua
Normal file
8
lua/custom/plugins/autopairs.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
-- Autopairs
|
||||
{
|
||||
'windwp/nvim-autopairs',
|
||||
event = 'InsertEnter',
|
||||
config = true,
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue