-
-
Notifications
You must be signed in to change notification settings - Fork 443
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add an option to insert function names in insert mode
By default Surround prompts for a function name using input(), which interrupts the flow, and lacks lsp completion. This pr adds an option to change this behavior - instead of using prompt(), user enters insert mode, where all buffer completion is available to them.
- Loading branch information
1 parent
3d188ed
commit 8861e19
Showing
2 changed files
with
20 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters