Skip to content

Commit 718f483

Browse files
committed
increase num of telescope pickers
1 parent 87f6e91 commit 718f483

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lua/kickstart/plugins/telescope.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ return {
6464
-- },
6565
-- },
6666
-- pickers = {}
67+
defaults = {
68+
cache_picker = {
69+
num_pickers = 15,
70+
},
71+
},
6772
extensions = {
6873
['ui-select'] = {
6974
require('telescope.themes').get_dropdown(),

0 commit comments

Comments
 (0)