Skip to content

Commit 572699f

Browse files
committed
docs(pick): adjust code examples to not have extra blank lines
1 parent 5e479c3 commit 572699f

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

doc/mini-pick.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,6 @@ Disable icons in |MiniPick.builtin| pickers related to paths: >lua
631631
<
632632
# Switch toggle and move keys ~
633633
>lua
634-
635634
require('mini.pick').setup({
636635
mappings = {
637636
toggle_info = '<C-k>',
@@ -641,9 +640,8 @@ Disable icons in |MiniPick.builtin| pickers related to paths: >lua
641640
}
642641
})
643642
<
644-
# Different window styles: ~
643+
# Different window styles ~
645644
>lua
646-
647645
-- Different border
648646
{ window = { config = { border = 'double' } } }
649647

lua/mini/pick.lua

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,6 @@
625625
--- <
626626
--- # Switch toggle and move keys ~
627627
--- >lua
628-
---
629628
--- require('mini.pick').setup({
630629
--- mappings = {
631630
--- toggle_info = '<C-k>',
@@ -635,9 +634,8 @@
635634
--- }
636635
--- })
637636
--- <
638-
--- # Different window styles: ~
637+
--- # Different window styles ~
639638
--- >lua
640-
---
641639
--- -- Different border
642640
--- { window = { config = { border = 'double' } } }
643641
---

0 commit comments

Comments
 (0)