all repos

init.lua @ 55ab1363276626182d7cb05636e1a832842b2517

my nvim config
1 files changed, 1 insertions(+), 3 deletions(-)
refactor(plugins): disable lazyloading for telescope-ui-select
Author: Smirnov Olexander ss2316544@gmail.com
Committed at: 2022-05-29 15:31:23 +0300
Parent: 3c6be9f
M lua/plugins.lua

@@ -50,15 +50,13 @@ cmd = "Neogit",

config = u.get_config "configs.neogit", } + use "nvim-telescope/telescope-ui-select.nvim" use { "nvim-telescope/telescope.nvim", cmd = "Telescope", module = "telescope", config = u.get_config "configs.telescope", wants = "telescope-ui-select.nvim", - requires = { - { "nvim-telescope/telescope-ui-select.nvim", after = "telescope.nvim" }, - }, } use {