mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2025-12-06 06:46:10 +00:00
break: bump minimum required neovim version to 0.7 (#1851)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
if !has('nvim-0.6.0')
|
||||
echoerr "Telescope.nvim requires at least nvim-0.6.0. See `:h telescope.changelog-1549`"
|
||||
if !has('nvim-0.7.0')
|
||||
echoerr "Telescope.nvim requires at least nvim-0.7.0. See `:h telescope.changelog-1549`"
|
||||
finish
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user