nvim/telescope: make buffer search start in insert mode

This commit is contained in:
Primrose 2025-09-01 20:19:06 +08:00
parent d5091a322e
commit 35cb32e584
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -46,9 +46,6 @@ telescope.setup {
live_grep = {
layout_config = { height = 0.7 },
},
buffers = {
initial_mode = "normal",
},
resume = {
initial_mode = "normal",
},