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:
@ -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 = {
|
||||
|
Reference in New Issue
Block a user