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", + }, }, })