all repos

init.lua @ d5125e7

my nvim config
1 files changed, 5 insertions(+), 5 deletions(-)
set ivy telescope theme for all
Author: neoteny ss2316544@gmail.com
Committed at: 2022-01-11 22:30:26 +0200
Parent: 965118a
M lua/plugin/telescope.lua

@@ -49,11 +49,11 @@ live_grep = { theme = "ivy", only_sort_text = true },

buffers = { theme = "ivy", previewer = false }, oldfiles = { theme = "ivy" }, keymaps = { theme = "ivy" }, - git_branches = { theme = "cursor" }, - git_commits = { theme = "cursor" }, - lsp_definitions = { theme = "cursor" }, - lsp_references = { theme = "cursor" }, - lsp_implementations = { theme = "cursor" }, + git_branches = { theme = "ivy" }, + git_commits = { theme = "ivy" }, + lsp_definitions = { theme = "ivy" }, + lsp_references = { theme = "ivy" }, + lsp_implementations = { theme = "ivy" }, lsp_code_actions = { theme = "cursor" }, lsp_document_symbols = { theme = "ivy" }, reloader = { theme = "cursor" },