From 9816bfb18dc33b02e56e76aa83aeaeeea05a80e5 Mon Sep 17 00:00:00 2001 From: Robert Altner Date: Thu, 13 Jun 2024 09:48:12 +0200 Subject: [PATCH] add theme for telescope --- init.vim | 2 +- lua/init.lua | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/init.vim b/init.vim index a83f9f3..694d6ff 100644 --- a/init.vim +++ b/init.vim @@ -36,8 +36,8 @@ autocmd FileType fzf tnoremap inoremap \ coc#pum#visible() ? coc#_select_confirm() : - \ CheckBackspace() ? "\" : \ coc#expandableOrJumpable() ? "\=coc#rpc#request('doKeymap', ['snippets-expand-jump',''])\" : + \ CheckBackspace() ? "\" : \ "\" function! CheckBackspace() abort diff --git a/lua/init.lua b/lua/init.lua index 35b30ac..249d43a 100644 --- a/lua/init.lua +++ b/lua/init.lua @@ -46,6 +46,14 @@ require("telescope").setup{ "node_modules" } }, + pickers = { + find_files = { + theme = "ivy" + }, + live_grep = { + theme = "ivy" + } + }, extensions = { fzf = { fuzzy = true,