-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
41cdf96
commit 30b48da
Showing
4 changed files
with
17 additions
and
6 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
---@class (strict) visual-surround.config.full | ||
---@field use_default_keymaps boolean if set to false, the user must manually add keymaps | ||
---@field surround_chars string[] will be ignored if use_default_keymaps is set to false | ||
---@field exit_visual_mode boolean whether to exit visual mode after adding surround | ||
|
||
---@class (strict) visual-surround.config : visual-surround.config.full, {} | ||
|
||
---@class visual-surround.bounds | ||
---@field vline_start integer | ||
---@field vcol_start integer | ||
---@field vline_end integer | ||
---@field vcol_end integer |
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