nvim: hide telescope previews by default
This commit is contained in:
parent
84c03de0d4
commit
19f00ce552
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@ return {
|
||||||
winblend = 0,
|
winblend = 0,
|
||||||
wrap_results = true,
|
wrap_results = true,
|
||||||
previewer = false,
|
previewer = false,
|
||||||
|
preview = {
|
||||||
|
hide_on_startup = true,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue