diff options
Diffstat (limited to 'lua/pml68/plugins.lua')
| -rw-r--r-- | lua/pml68/plugins.lua | 5 |
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 { |
