diff options
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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'}, |