File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 625625--- <
626626--- # Switch toggle and move keys ~
627627--- >lua
628- ---
629628--- require('mini.pick').setup({
630629--- mappings = {
631630--- toggle_info = '<C-k>',
635634--- }
636635--- })
637636--- <
638- --- # Different window styles: ~
637+ --- # Different window styles ~
639638--- >lua
640- ---
641639--- -- Different border
642640--- { window = { config = { border = 'double' } } }
643641---
You can’t perform that action at this time.
0 commit comments