break: bump minimum required neovim version to 0.7 (#1851)

This commit is contained in:
Simon Hauser
2022-04-22 16:08:56 +02:00
committed by GitHub
parent d88094fbfd
commit 5a58b1f535
5 changed files with 23 additions and 7 deletions

View File

@@ -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