all repos

init.lua @ ae51ef0

my nvim config
1 files changed, 1 insertions(+), 0 deletions(-)
refactor(telescope): set theme for `help_tags`
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-03-16 12:57:48 +0200
Parent: 015165b
M lua/plugins/telescope.lua

@@ -51,6 +51,7 @@ filetypes = { theme = "ivy" },

buffers = { theme = "ivy" }, oldfiles = { theme = "ivy" }, keymaps = { theme = "ivy" }, + help_tags = { theme = "ivy" }, git_branches = { theme = "ivy" }, diagnostics = { theme = "ivy" }, git_commits = { theme = "ivy" },