diff --git a/nvim/lua/plugins/telescope.lua b/nvim/lua/plugins/telescope.lua index 97b2d9e..b12a9dc 100644 --- a/nvim/lua/plugins/telescope.lua +++ b/nvim/lua/plugins/telescope.lua @@ -104,8 +104,8 @@ return { -- use_file_path = true, show_remote_tracking_branches = false, mappings = { - mappings = { - i = { [""] = actions.git_switch_branch }, + i = { + [""] = actions.git_switch_branch }, } },