File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ You can install the plugin using your preferred package manager.
39
39
},
40
40
picker = {
41
41
type = " telescope" , -- or "fzf-lua"
42
+ preview = true , -- show directory structure preview in Telescope
42
43
}
43
44
},
44
45
init = function ()
76
77
},
77
78
picker = {
78
79
type = " telescope" , -- or "fzf-lua"
80
+ preview = true , -- show directory structure preview in Telescope
79
81
}
80
82
}
81
83
end ,
@@ -108,6 +110,7 @@ use({
108
110
},
109
111
picker = {
110
112
type = " telescope" , -- or "fzf-lua"
113
+ preview = true , -- show directory structure preview in Telescope
111
114
}
112
115
}
113
116
end ,
@@ -176,7 +179,7 @@ use({
176
179
-- Fallback to builtin select ui if the specified picker is not available
177
180
picker = {
178
181
type = " telescope" , -- or "fzf-lua"
179
- preview = false ,
182
+ preview = true , -- show directory structure preview in Telescope
180
183
opts = {
181
184
-- picker-specific options
182
185
},
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ Lazy.nvim ~
58
58
},
59
59
picker = {
60
60
type = "telescope", -- or "fzf-lua"
61
+ preview = true, -- show directory structure preview in telescope
61
62
}
62
63
},
63
64
init = function()
@@ -93,6 +94,7 @@ packer.nvim ~
93
94
},
94
95
picker = {
95
96
type = "telescope", -- or "fzf-lua"
97
+ preview = true, -- show directory structure preview in telescope
96
98
}
97
99
}
98
100
end,
@@ -123,6 +125,7 @@ pckr.nvim ~
123
125
},
124
126
picker = {
125
127
type = "telescope", -- or "fzf-lua"
128
+ preview = true, -- show directory structure preview in telescope
126
129
}
127
130
}
128
131
end,
@@ -191,6 +194,7 @@ DEFAULT OPTIONS: ~
191
194
-- Fallback to builtin select ui if the specified picker is not available
192
195
picker = {
193
196
type = "telescope", -- or "fzf-lua"
197
+ preview = true, -- show directory structure preview in telescope
194
198
opts = {
195
199
-- picker-specific options
196
200
},
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ M.defaults = {
53
53
-- Fallback to builtin select ui if the specified picker is not available
54
54
picker = {
55
55
type = " telescope" , -- or "fzf-lua"
56
- preview = false ,
56
+ preview = true , -- show directory structure preview in Telescope
57
57
opts = {
58
58
-- picker-specific options
59
59
},
You can’t perform that action at this time.
0 commit comments