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