From 1217aafc97785d28a845cfb78c474ea71c237b70 Mon Sep 17 00:00:00 2001 From: Nick Zana Date: Thu, 6 Jan 2022 22:52:51 -0500 Subject: [PATCH] Pin nvim-telescope commit for neovim 0.5.0 compat. --- lua/plugins.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins.lua b/lua/plugins.lua index ebe4763..d4d8bab 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -11,6 +11,7 @@ local plugins = require('packer').startup(function(use) -- file management use { 'nvim-telescope/telescope.nvim', -- search and select tool + commit = '80cdb00b221f69348afc4fb4b701f51eb8dd3120', -- for neovim 0.5.0 compatibility requires = { {'nvim-lua/plenary.nvim'} } } use 'preservim/nerdtree'