From d2ded00f063e6ba1f6e9f42aeda14cb684ddd875 Mon Sep 17 00:00:00 2001 From: pml68 Date: Thu, 2 May 2024 17:32:34 +0200 Subject: feat: remove lazygit term, get **best possible** startup time down to 16ms --- lua/pml68/plugins.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lua/pml68/plugins.lua') diff --git a/lua/pml68/plugins.lua b/lua/pml68/plugins.lua index 0720d0a..d53141d 100644 --- a/lua/pml68/plugins.lua +++ b/lua/pml68/plugins.lua @@ -139,13 +139,10 @@ local plugins = { { "nvim-telescope/telescope.nvim", tag = "0.1.6", - event = "VeryLazy", + cmd = "Telescope", dependencies = { "nvim-lua/plenary.nvim" }, - config = function() - require("pml68.configs.telescope") - end }, --Colorscheme { -- cgit v1.2.3