added surround plugin

This commit is contained in:
Oliver Hartmann 2023-05-13 10:38:24 +02:00
parent fcd0795561
commit df73cb06c6

View File

@ -0,0 +1,10 @@
return {
'kylechui/nvim-surround',
version = '*', -- Use for stability; omit to use `main` branch for the latest features
event = 'VeryLazy',
config = function()
require('nvim-surround').setup({
-- Configuration here, or leave empty to use defaults
})
end
}