add gitgutter, lualine, autopairs and surround

This commit is contained in:
2024-06-03 13:19:05 +03:00
parent 172d94f7bf
commit 169fa1a6c9
5 changed files with 24 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
return {
'windwp/nvim-autopairs',
event = "InsertEnter",
config = true
}