Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit c04fbfe

Browse files
community: comment flash-nvim due to conflict with surround
flash-nvim prevents the use of `S` to surround the highligted region with a pair of characters, eg. `""` or `()`
1 parent 5b8b1fd commit c04fbfe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/community.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ return {
6666
-- ----------------------------------------------
6767
-- Motion
6868
-- Navigate with search labels
69-
{ import = "astrocommunity.motion.flash-nvim" },
69+
-- { import = "astrocommunity.motion.flash-nvim" }, -- overrides S surround in visual state
7070
-- ----------------------------------------------
7171

7272
-- ----------------------------------------------

0 commit comments

Comments
 (0)