File tree 1 file changed +1
-12
lines changed
1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ function M.config()
55
55
56
56
telescope .setup ({
57
57
defaults = {
58
- initial_mode = " normal " ,
58
+ initial_mode = " insert " ,
59
59
prompt_prefix = " " ,
60
60
selection_caret = " " ,
61
61
path_display = { " smart" },
@@ -177,45 +177,34 @@ function M.config()
177
177
},
178
178
pickers = {
179
179
current_buffer_fuzzy_find = {
180
- theme = " dropdown" ,
181
180
previewer = true ,
182
181
},
183
182
oldfiles = {
184
- theme = " dropdown" ,
185
183
previewer = true ,
186
184
},
187
185
live_grep = {
188
- theme = " dropdown" ,
189
186
},
190
187
grep_string = {
191
- theme = " dropdown" ,
192
188
},
193
189
find_files = {
194
- theme = " dropdown" ,
195
190
previewer = true ,
196
191
},
197
192
buffers = {
198
- theme = " dropdown" ,
199
193
previewer = false ,
200
194
},
201
195
planets = {
202
196
show_pluto = true ,
203
197
show_moon = true ,
204
198
},
205
199
lsp_references = {
206
- theme = " dropdown" ,
207
200
},
208
201
lsp_definitions = {
209
- theme = " dropdown" ,
210
202
},
211
203
lsp_declarations = {
212
- theme = " dropdown" ,
213
204
},
214
205
lsp_implementations = {
215
- theme = " dropdown" ,
216
206
},
217
207
git_branches = {
218
- theme = " dropdown" ,
219
208
},
220
209
-- Default configuration for builtin pickers goes here:
221
210
-- picker_name = {
You can’t perform that action at this time.
0 commit comments