Added missing nvim config files

This commit is contained in:
Zackarias Montell
2025-05-15 11:41:38 +02:00
parent 243b759813
commit f69e928131
11 changed files with 459 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
-- autopairs
-- https://github.com/windwp/nvim-autopairs
return {
'windwp/nvim-autopairs',
event = 'InsertEnter',
opts = {},
}