Massive changes!!

This commit is contained in:
2025-04-12 23:49:02 +01:00
parent df042cfac2
commit dd502a800b
31 changed files with 1805 additions and 2250 deletions

View File

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