Cursor sticks to character during surround operations

This commit is contained in:
Dreaded_X 2025-05-31 01:13:34 +02:00
parent e61c059de6
commit 5c774bbdfb
Signed by: Dreaded_X
GPG Key ID: 5A0CBFE3C3377FAA

View File

@ -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",
},
} }