Skip to content

Commit 9a8975e

Browse files
chore: generated vimdoc
1 parent 68f0e5c commit 9a8975e

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
@@ -60,22 +60,22 @@ DEFAULT VALUES *nvim-autopairs-default-values*
6060
>
6161
{
6262
enabled = function(bufnr) return true end, -- control if auto-pairs should be enabled when attaching to a buffer
63-
disable_filetype = { "TelescopePrompt", "spectre_panel" }
64-
disable_in_macro = true -- disable when recording or executing a macro
65-
disable_in_visualblock = false -- disable when insert after visual block mode
66-
disable_in_replace_mode = true
67-
ignored_next_char = [=[[%w%%%'%[%"%.%`%$]]=]
68-
enable_moveright = true
69-
enable_afterquote = true -- add bracket pairs after quote
70-
enable_check_bracket_line = true --- check bracket in same line
71-
enable_bracket_in_quote = true --
72-
enable_abbr = false -- trigger abbreviation
73-
break_undo = true -- switch for basic rule break undo sequence
74-
check_ts = false
75-
map_cr = true
76-
map_bs = true -- map the <BS> key
77-
map_c_h = false -- Map the <C-h> key to delete a pair
78-
map_c_w = false -- map <c-w> to delete a pair if possible
63+
disable_filetype = { "TelescopePrompt", "spectre_panel" },
64+
disable_in_macro = true, -- disable when recording or executing a macro
65+
disable_in_visualblock = false, -- disable when insert after visual block mode
66+
disable_in_replace_mode = true,
67+
ignored_next_char = [=[[%w%%%'%[%"%.%`%$]]=],
68+
enable_moveright = true,
69+
enable_afterquote = true, -- add bracket pairs after quote
70+
enable_check_bracket_line = true, --- check bracket in same line
71+
enable_bracket_in_quote = true, --
72+
enable_abbr = false, -- trigger abbreviation
73+
break_undo = true, -- switch for basic rule break undo sequence
74+
check_ts = false,
75+
map_cr = true,
76+
map_bs = true, -- map the <BS> key
77+
map_c_h = false, -- Map the <C-h> key to delete a pair
78+
map_c_w = false, -- map <c-w> to delete a pair if possible
7979
}
8080
<
8181

@@ -437,7 +437,6 @@ FASTWRAP ~
437437
before_key = 'h',
438438
after_key = 'l',
439439
cursor_pos_before = true,
440-
avoid_move_to_end = true, -- stay for direct end_key use
441440
keys = 'qwertyuiopzxcvbnmasdfghjkl',
442441
manual_position = true,
443442
highlight = 'Search',
@@ -464,7 +463,8 @@ SPONSORS *nvim-autopairs-sponsors*
464463
Thanks to everyone who sponsors my projects and makes continued development
465464
maintenance possible!
466465

467-
<a href="https://github.com/looshch"><img src="https://github.com/looshch.png"
466+
<a href="https://github.com/looshch"><img
467+
src="https:&#x2F;&#x2F;avatars.githubusercontent.com&#x2F;u&#x2F;45432373?u&#x3D;56759fa0249df8316ca41b3485c3aa28fee1af12&amp;v&#x3D;4"
468468
width="60px" alt="george looshch" /></a><!-- sponsors -->
469469

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

0 commit comments

Comments
 (0)