Add surround plugin

This commit is contained in:
shaoyu 2024-11-21 16:25:38 -05:00
parent 87861d3756
commit b73e32f99d
5 changed files with 41 additions and 20 deletions

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,
}