From 877e63ca8ee5efe1420744f7a843dd4fd0215764 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Thu, 25 May 2023 18:33:54 +0200 Subject: [PATCH] fix(telescope): use last-known telescope commit to work on Neovim 0.8.0 when running in Neovim 0.8.0 --- lua/lazyvim/plugins/editor.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/lazyvim/plugins/editor.lua b/lua/lazyvim/plugins/editor.lua index a0123095..426c4be6 100644 --- a/lua/lazyvim/plugins/editor.lua +++ b/lua/lazyvim/plugins/editor.lua @@ -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 = {