diff --git a/.config/nvim/lua/plugins.lua b/.config/nvim/lua/plugins.lua index 87c2352..59e78ec 100644 --- a/.config/nvim/lua/plugins.lua +++ b/.config/nvim/lua/plugins.lua @@ -33,7 +33,17 @@ return require("packer").startup(function() -- fuzzy finder use { "nvim-telescope/telescope.nvim", - requires = { "nvim-lua/popup.nvim", "nvim-lua/plenary.nvim"}, + opt = true, + requires = { + { + "nvim-lua/popup.nvim", + opt = true + }, + { + "nvim-lua/plenary.nvim", + opt = true + } + }, cmd = "Telescope" }