this is my current local config

This commit is contained in:
Ricardo Perre 2025-07-26 11:36:56 +01:00
parent 3338d39206
commit 4055a293a5
9 changed files with 1406 additions and 814 deletions

View file

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