From 9aecbd67f357f1f99d92d1525462d4088676d021 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Wed, 11 Oct 2023 14:37:16 -0400 Subject: Telescope lazyload with commands --- lua/ben/plugins/telescope.lua | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lua') diff --git a/lua/ben/plugins/telescope.lua b/lua/ben/plugins/telescope.lua index 6f5de25..66c107e 100644 --- a/lua/ben/plugins/telescope.lua +++ b/lua/ben/plugins/telescope.lua @@ -24,4 +24,13 @@ return { -- F.ind B.ranch { "fs", 'lua require("telescope.builtin").grep_branches()' }, }, + cmd = { + "Telescope", + "TelescopeFindFiles", + "TelescopeFindHelp", + "TelescopeQuickfix", + "TelescopeGitFiles", + "TelescopeGitCommits", + "TelescopeGrepBranches", + }, } -- cgit v1.2.3