first commit

This commit is contained in:
Nurzhan Sarzhan 2025-01-21 13:24:05 +01:00
parent 5bdde24dfb
commit e3a11a0ba5
No known key found for this signature in database
GPG key ID: DC4EF9EB802015A0
27 changed files with 890 additions and 952 deletions

View file

@ -0,0 +1,8 @@
return {
'kylechui/nvim-surround',
version = '*',
event = 'VeryLazy',
config = function()
require('nvim-surround').setup {}
end,
}