Files
dotfiles/config/nvim/lua/plugins/surround.lua
2025-02-25 11:09:00 +02:00

9 lines
196 B
Lua

-- Add/change/delete surrounding delimiter pairs with ease.
-- https://github.com/kylechui/nvim-surround
return {
'kylechui/nvim-surround',
version = '*',
event = 'VeryLazy',
opts = {},
}