Files
dotfiles/config/nvim/lua/plugins/surround.lua
2024-10-03 01:51:39 +03: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 = {},
}