mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 11:14:08 +00:00
9 lines
196 B
Lua
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 = {},
|
|
}
|