Skip to content

Commit 5e4bdb5

Browse files
chore: generated vimdoc
1 parent bd10c49 commit 5e4bdb5

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

doc/nvim-autopairs.txt

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -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*
463462
Thanks to everyone who sponsors my projects and makes continued development
464463
maintenance 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:&#x2F;&#x2F;avatars.githubusercontent.com&#x2F;u&#x2F;45432373?u&#x3D;56759fa0249df8316ca41b3485c3aa28fee1af12&amp;v&#x3D;4"
467467
width="60px" alt="george looshch" /></a><!-- sponsors -->
468468

469469
Generated by panvimdoc <https://github.com/kdheepak/panvimdoc>

0 commit comments

Comments
 (0)