Skip to content

Commit

Permalink
fix(telescope): use last-known telescope commit to work on Neovim 0.8…
Browse files Browse the repository at this point in the history
….0 when running in Neovim 0.8.0
  • Loading branch information
folke committed May 25, 2023
1 parent bc24b68 commit 877e63c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/lazyvim/plugins/editor.lua
Expand Up @@ -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 = {
Expand Down

0 comments on commit 877e63c

Please sign in to comment.