Add neovim config with kickstart-modular. Update shell configs.

This commit is contained in:
2025-09-08 13:19:49 -07:00
parent d95796b131
commit b5ab96bb3d
28 changed files with 1470 additions and 7 deletions

View File

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