Pin nvim-telescope commit for neovim 0.5.0 compat.

writing
Nick Zana 3 years ago
parent a3d34db195
commit 1217aafc97
No known key found for this signature in database
GPG Key ID: A6E59E60FE474883

@ -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'

Loading…
Cancel
Save