nvim: hide telescope previews by default

This commit is contained in:
Daniel Lundin 2024-05-14 15:48:18 +02:00
parent 84c03de0d4
commit 19f00ce552
No known key found for this signature in database

View file

@ -24,6 +24,9 @@ return {
winblend = 0,
wrap_results = true,
previewer = false,
preview = {
hide_on_startup = true,
},
},
},
},