From 63fa8c9579fe178fefac270df54f9a5247f882e4 Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Sat, 6 Nov 2021 13:03:49 +0100 Subject: [PATCH] Change telescope themes --- lua/my_telescope.lua | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/lua/my_telescope.lua b/lua/my_telescope.lua index f9b3110..8e94af4 100644 --- a/lua/my_telescope.lua +++ b/lua/my_telescope.lua @@ -22,8 +22,7 @@ require('telescope').setup { -- Your special builtin config goes in here buffers = { sort_lastused = true, - previewer = false, - theme = 'dropdown', + theme = 'ivy', mappings = { i = { [''] = actions.delete_buffer, @@ -35,13 +34,16 @@ require('telescope').setup { } }, find_files = { - mappings = mappingTab + mappings = mappingTab, + theme = 'ivy', }, oldfiles = { - mappings = mappingTab + mappings = mappingTab, + theme = 'ivy', }, git_files = { - mappings = mappingTab + mappings = mappingTab, + theme = 'ivy', }, lsp_dynamic_workspace_symbols = { mappings = mappingTab