From 35cb32e5842c5c3479a0c64bbdc8668b3a2f0651 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Mon, 1 Sep 2025 20:19:06 +0800 Subject: [PATCH] nvim/telescope: make buffer search start in insert mode --- .config/nvim/plugin/telescope.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/.config/nvim/plugin/telescope.lua b/.config/nvim/plugin/telescope.lua index ce3e948b..9cb1123b 100644 --- a/.config/nvim/plugin/telescope.lua +++ b/.config/nvim/plugin/telescope.lua @@ -46,9 +46,6 @@ telescope.setup { live_grep = { layout_config = { height = 0.7 }, }, - buffers = { - initial_mode = "normal", - }, resume = { initial_mode = "normal", },