From 19df6284780b2e2a58bdf47a818d2df3eaabcdbb Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Sun, 14 Apr 2024 16:00:25 +0200 Subject: [PATCH] fix(telescope): set git window to normal mode --- lua/plugins/telescope.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/plugins/telescope.lua b/lua/plugins/telescope.lua index 96ea23e..c8f762c 100644 --- a/lua/plugins/telescope.lua +++ b/lua/plugins/telescope.lua @@ -42,6 +42,9 @@ local function setup() lsp_references = { initial_mode = "normal", }, + git_status = { + initial_mode = "normal", + }, }, })