aboutsummaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index def2719..3c77fa7 100644
--- a/init.lua
+++ b/init.lua
@@ -280,6 +280,10 @@ return require('packer').startup(function()
use 'tpope/vim-repeat'
use {
'nvim-telescope/telescope.nvim',
+ -- https://github.com/nvim-telescope/telescope.nvim/issues/1443
+ -- The latest versions of telescope require 0.5.1 and there is no versioning
+ -- so I ping to and old commit because it all still works with 0.5.0
+ commit = "3b9ac8e",
requires = {
{'nvim-lua/plenary.nvim'},
{'glepnir/lspsaga.nvim'},