Skip to content

Commit af2ed28

Browse files
committed
Removed dropdown from telescope
1 parent fe0b46e commit af2ed28

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

lua/ad/plugins/nvim-telescope.lua

+1-12
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function M.config()
5555

5656
telescope.setup({
5757
defaults = {
58-
initial_mode = "normal",
58+
initial_mode = "insert",
5959
prompt_prefix = "",
6060
selection_caret = "",
6161
path_display = { "smart" },
@@ -177,45 +177,34 @@ function M.config()
177177
},
178178
pickers = {
179179
current_buffer_fuzzy_find = {
180-
theme = "dropdown",
181180
previewer = true,
182181
},
183182
oldfiles = {
184-
theme = "dropdown",
185183
previewer = true,
186184
},
187185
live_grep = {
188-
theme = "dropdown",
189186
},
190187
grep_string = {
191-
theme = "dropdown",
192188
},
193189
find_files = {
194-
theme = "dropdown",
195190
previewer = true,
196191
},
197192
buffers = {
198-
theme = "dropdown",
199193
previewer = false,
200194
},
201195
planets = {
202196
show_pluto = true,
203197
show_moon = true,
204198
},
205199
lsp_references = {
206-
theme = "dropdown",
207200
},
208201
lsp_definitions = {
209-
theme = "dropdown",
210202
},
211203
lsp_declarations = {
212-
theme = "dropdown",
213204
},
214205
lsp_implementations = {
215-
theme = "dropdown",
216206
},
217207
git_branches = {
218-
theme = "dropdown",
219208
},
220209
-- Default configuration for builtin pickers goes here:
221210
-- picker_name = {

0 commit comments

Comments
 (0)