kickstart.nvim/lua/custom/plugins/surround.lua.off

11 lines
282 B
Plaintext
Raw Normal View History

2025-03-18 13:03:54 +01:00
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,
}