moved custom plugins to seperate folder

This commit is contained in:
Paul 2025-05-14 16:53:04 +02:00
parent 65c756629e
commit 7f6cc1833c
8 changed files with 126 additions and 116 deletions

View file

@ -0,0 +1,8 @@
return {
-- Autopairs
{
'windwp/nvim-autopairs',
event = 'InsertEnter',
config = true,
}
}