aboutsummaryrefslogtreecommitdiff
path: root/lua/pml68/plugins.lua
diff options
context:
space:
mode:
authorpml68 <tutorialmester@gmail.com>2024-05-02 17:32:34 +0200
committerpml68 <tutorialmester@gmail.com>2024-05-02 17:32:34 +0200
commitd2ded00f063e6ba1f6e9f42aeda14cb684ddd875 (patch)
treec17303c904e5d393c848b97c8abad63f054e10b6 /lua/pml68/plugins.lua
parentfix: remove accidental User FilePost events causing plugins to never load (diff)
downloadnvim-d2ded00f063e6ba1f6e9f42aeda14cb684ddd875.tar.gz
feat: remove lazygit term, get **best possible** startup time down to 16ms
Diffstat (limited to '')
-rw-r--r--lua/pml68/plugins.lua5
1 files changed, 1 insertions, 4 deletions
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
{