diff --git a/lua/my_telescope.lua b/lua/my_telescope.lua index 8e94af4..23d08e7 100644 --- a/lua/my_telescope.lua +++ b/lua/my_telescope.lua @@ -34,19 +34,15 @@ require('telescope').setup { } }, find_files = { - mappings = mappingTab, theme = 'ivy', }, oldfiles = { - mappings = mappingTab, theme = 'ivy', }, git_files = { - mappings = mappingTab, theme = 'ivy', }, lsp_dynamic_workspace_symbols = { - mappings = mappingTab }, } }