remove telescope from dependencies

this is necessary to ensure telescope wont be loaded when toggled off in
options.lua
This commit is contained in:
2025-02-08 20:19:03 -05:00
parent 755a38368c
commit fd5614d307
-1
View File
@@ -99,7 +99,6 @@ M.hardtime = {
--- LazyGit plugin dependencies
M.lazygit = {
'nvim-telescope/telescope.nvim',
'nvim-lua/plenary.nvim',
}