13 lines
235 B
Lua
13 lines
235 B
Lua
-- https://github.com/kylechui/nvim-surround
|
|
--- @module "lazy"
|
|
--- @type LazySpec
|
|
return {
|
|
"kylechui/nvim-surround",
|
|
event = "VeryLazy",
|
|
--- @module "nvim-surround"
|
|
--- @type user_options
|
|
opts = {
|
|
move_cursor = "sticky",
|
|
},
|
|
}
|