For the moment disable previewer for files and git files
This commit is contained in:
@@ -35,12 +35,14 @@ require('telescope').setup {
|
|||||||
},
|
},
|
||||||
find_files = {
|
find_files = {
|
||||||
theme = 'ivy',
|
theme = 'ivy',
|
||||||
|
previewer = false,
|
||||||
},
|
},
|
||||||
oldfiles = {
|
oldfiles = {
|
||||||
theme = 'ivy',
|
theme = 'ivy',
|
||||||
},
|
},
|
||||||
git_files = {
|
git_files = {
|
||||||
theme = 'ivy',
|
theme = 'ivy',
|
||||||
|
previewer = false,
|
||||||
},
|
},
|
||||||
lsp_dynamic_workspace_symbols = {
|
lsp_dynamic_workspace_symbols = {
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user