-
-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Checklist
- Have you tried updating the plugin to the latest version?
- Have you checked the Breaking Changes issue?
- Have you read through
:h nvim-surround
to see if there might be any relevant information there?
Neovim Version
0.9.5
Plugin Version
Tagged (Stable)
Minimal Configuration
require("nvim-surround").setup()
Sample Buffer
Keystroke Sequence
iaaa <C-g>s{bbb<Esc>j.
Expected behavior
aaa { bbb }
aaa { bbb }
Actual behavior
aaa { bbb }
aaa bbb
Additional context
Somehow surround in insert mode is not saved for dot repeat.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working