diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-17 19:02:03 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-17 19:02:03 +0100 |
commit | cecd71e2a0f2f1d79584ceece1939e7204a0156d (patch) | |
tree | ba1dc2d5ad44b39ed4b4e7874ccee02e96cc5cf3 /lua/plugins.lua | |
parent | 402fbd0d9dd4d05ce140f66451d52efccf744fe7 (diff) |
Add plenary as requirement for telescope
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index bc1c198..25803db 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -21,7 +21,7 @@ return { { "tamago324/nlsp-settings.nvim" }, { "jose-elias-alvarez/null-ls.nvim" }, - { "nvim-telescope/telescope.nvim" }, + { "nvim-telescope/telescope.nvim", requires = { { "nvim-lua/plenary.nvim" } } }, { "nvim-telescope/telescope-fzf-native.nvim", run = "make" }, { "nvim-treesitter/nvim-treesitter", |