1 files changed,
1 insertions(+),
3 deletions(-)
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 {