aboutsummaryrefslogtreecommitdiff
path: root/lua/pml68/plugins.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/pml68/plugins.lua')
-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
{