From fd5614d307aee5c634733910c71ac8796ef1d6be Mon Sep 17 00:00:00 2001 From: rootiest Date: Sat, 8 Feb 2025 20:19:03 -0500 Subject: [PATCH] remove telescope from dependencies this is necessary to ensure telescope wont be loaded when toggled off in options.lua --- lua/data/deps.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/data/deps.lua b/lua/data/deps.lua index 49f3261..09a8b4b 100644 --- a/lua/data/deps.lua +++ b/lua/data/deps.lua @@ -99,7 +99,6 @@ M.hardtime = { --- LazyGit plugin dependencies M.lazygit = { - 'nvim-telescope/telescope.nvim', 'nvim-lua/plenary.nvim', }