feat: Initial nvim configs

This commit is contained in:
2026-08-18 21:47:15 +01:00
commit 6bc5875bad
12 changed files with 124 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
return {
{
"https://github.com/windwp/nvim-autopairs",
event = "InsertEnter",
config = function()
require("nvim-autopairs").setup()
end,
},
}