From 9160e3c7adb739d2a69a11a982bfd4fb9d55cd8e Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Fri, 19 Nov 2021 13:40:26 +0100 Subject: [PATCH] Don't use tabs as default --- lua/my_telescope.lua | 4 ---- 1 file changed, 4 deletions(-) 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 }, } }