feat: Just straight up error right away for nvim 0.4.4

This commit is contained in:
TJ DeVries
2021-04-27 17:30:45 -04:00
parent 6fd1b3bd25
commit 1675d370bf

View File

@@ -1,3 +1,8 @@
if !has('nvim-0.5')
echoerr "Telescope.nvim requires at least nvim-0.5. Please update or uninstall"
finish
end
if exists('g:loaded_telescope')
finish
endif