File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -912,12 +912,19 @@ 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
+ --
920
+ -- Use `:help map-ambiguous` to see more information.
921
+ --
915
922
-- Add/delete/replace surroundings (brackets, quotes, etc.)
916
923
--
917
924
-- - saiw) - [S]urround [A]dd [I]nner [W]ord [)]Paren
918
925
-- - sd' - [S]urround [D]elete [']quotes
919
926
-- - sr)' - [S]urround [R]eplace [)] [']
920
- require (' mini.surround' ).setup ()
927
+ -- require('mini.surround').setup()
921
928
922
929
-- Simple and easy statusline.
923
930
-- You could remove this setup call if you don't like it,
You can’t perform that action at this time.
0 commit comments