Fix git branches telescope picker

This commit is contained in:
2025-01-28 12:33:07 +01:00
parent eb6432f52d
commit 4727df71a3
+2 -2
View File
@@ -104,8 +104,8 @@ return {
-- use_file_path = true,
show_remote_tracking_branches = false,
mappings = {
mappings = {
i = { ["<cr>"] = actions.git_switch_branch },
i = {
["<CR>"] = actions.git_switch_branch
},
}
},