From 19f00ce5525df0176bf58d34f8f90a8ec55eb438 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Tue, 14 May 2024 15:48:18 +0200 Subject: [PATCH] nvim: hide telescope previews by default --- .config/nvim/lua/plugins/editor.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/nvim/lua/plugins/editor.lua b/.config/nvim/lua/plugins/editor.lua index 687f174..f217eb6 100644 --- a/.config/nvim/lua/plugins/editor.lua +++ b/.config/nvim/lua/plugins/editor.lua @@ -24,6 +24,9 @@ return { winblend = 0, wrap_results = true, previewer = false, + preview = { + hide_on_startup = true, + }, }, }, },