fix(telescope): set git window to normal mode

This commit is contained in:
2024-04-14 16:00:25 +02:00
parent 3780654536
commit 19df628478
+3
View File
@@ -42,6 +42,9 @@ local function setup()
lsp_references = { lsp_references = {
initial_mode = "normal", initial_mode = "normal",
}, },
git_status = {
initial_mode = "normal",
},
}, },
}) })