For the moment disable previewer for files and git files
This commit is contained in:
parent
577a3cd1a7
commit
e72fa7324b
@ -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 = {
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user