mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 00:49:03 +02:00
fix: cleanup all Neovim < 0.9.0 code
This commit is contained in:
parent
b8ffa5261a
commit
9935dc3944
4 changed files with 6 additions and 13 deletions
|
@ -109,7 +109,6 @@ return {
|
|||
-- directory is a git repo.
|
||||
{
|
||||
"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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue