@@ -59,22 +59,22 @@ DEFAULT VALUES *nvim-autopairs-default-values*
5959
6060>
6161 {
62- disable_filetype = { "TelescopePrompt", "spectre_panel" }
63- disable_in_macro = true -- disable when recording or executing a macro
64- disable_in_visualblock = false -- disable when insert after visual block mode
65- disable_in_replace_mode = true
66- ignored_next_char = [=[[%w%%%'%[%"%.%`%$]]=]
67- enable_moveright = true
68- enable_afterquote = true -- add bracket pairs after quote
69- enable_check_bracket_line = true --- check bracket in same line
70- enable_bracket_in_quote = true --
71- enable_abbr = false -- trigger abbreviation
72- break_undo = true -- switch for basic rule break undo sequence
73- check_ts = false
74- map_cr = true
75- map_bs = true -- map the <BS> key
76- map_c_h = false -- Map the <C-h> key to delete a pair
77- map_c_w = false -- map <c-w> to delete a pair if possible
62+ disable_filetype = { "TelescopePrompt", "spectre_panel" },
63+ disable_in_macro = true, -- disable when recording or executing a macro
64+ disable_in_visualblock = false, -- disable when insert after visual block mode
65+ disable_in_replace_mode = true,
66+ ignored_next_char = [=[[%w%%%'%[%"%.%`%$]]=],
67+ enable_moveright = true,
68+ enable_afterquote = true, -- add bracket pairs after quote
69+ enable_check_bracket_line = true, --- check bracket in same line
70+ enable_bracket_in_quote = true, --
71+ enable_abbr = false, -- trigger abbreviation
72+ break_undo = true, -- switch for basic rule break undo sequence
73+ check_ts = false,
74+ map_cr = true,
75+ map_bs = true, -- map the <BS> key
76+ map_c_h = false, -- Map the <C-h> key to delete a pair
77+ map_c_w = false, -- map <c-w> to delete a pair if possible
7878 }
7979<
8080
@@ -436,7 +436,6 @@ FASTWRAP ~
436436 before_key = 'h',
437437 after_key = 'l',
438438 cursor_pos_before = true,
439- avoid_move_to_end = true, -- stay for direct end_key use
440439 keys = 'qwertyuiopzxcvbnmasdfghjkl',
441440 manual_position = true,
442441 highlight = 'Search',
@@ -463,7 +462,8 @@ SPONSORS *nvim-autopairs-sponsors*
463462Thanks to everyone who sponsors my projects and makes continued development
464463maintenance possible!
465464
466- <a href="https://github.com/looshch "><img src="https://github.com/looshch.png "
465+ <a href="https://github.com/looshch "><img
466+ src="https://avatars.githubusercontent.com/u/45432373?u=56759fa0249df8316ca41b3485c3aa28fee1af12&v=4"
467467width="60px" alt="george looshch" /></a><!-- sponsors -->
468468
469469Generated by panvimdoc <https://github.com/kdheepak/panvimdoc >
0 commit comments