fix(telescope): use last-known telescope commit to work on Neovim 0.8.0 when running in Neovim 0.8.0

This commit is contained in:
Folke Lemaitre
2023-05-25 18:33:54 +02:00
parent bc24b68260
commit 877e63ca8e

View File

@ -81,6 +81,7 @@ return {
-- fuzzy finder
{
"nvim-telescope/telescope.nvim",
commit = vim.fn.has("nvim-0.9.0") == 0 and "057ee0f8783" or nil,
cmd = "Telescope",
version = false, -- telescope did only one release, so use HEAD for now
keys = {