Cursor sticks to character during surround operations
This commit is contained in:
parent
bd70a1866b
commit
5c6e737e1b
|
@ -6,5 +6,7 @@ return {
|
||||||
event = "VeryLazy",
|
event = "VeryLazy",
|
||||||
--- @module "nvim-surround"
|
--- @module "nvim-surround"
|
||||||
--- @type user_options
|
--- @type user_options
|
||||||
opts = {},
|
opts = {
|
||||||
|
move_cursor = "sticky",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user