File tree 1 file changed +6
-1
lines changed 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -912,12 +912,17 @@ require('lazy').setup({
912
912
-- - ci' - [C]hange [I]nside [']quote
913
913
require (' mini.ai' ).setup { n_lines = 500 }
914
914
915
+ -- Warning: This plugin sets default keymaps starting with `s`, which override Neovim's native `S`.
916
+ -- It causes a short delay when pressing `s` due to keymap ambiguity.
917
+ -- To keep Neovim's original `S` behavior, consider disabling this plugin by default,
918
+ -- or customize the mappings to use different keys.
919
+ --
915
920
-- Add/delete/replace surroundings (brackets, quotes, etc.)
916
921
--
917
922
-- - saiw) - [S]urround [A]dd [I]nner [W]ord [)]Paren
918
923
-- - sd' - [S]urround [D]elete [']quotes
919
924
-- - sr)' - [S]urround [R]eplace [)] [']
920
- require (' mini.surround' ).setup ()
925
+ -- require('mini.surround').setup()
921
926
922
927
-- Simple and easy statusline.
923
928
-- You could remove this setup call if you don't like it,
You can’t perform that action at this time.
0 commit comments