feat: Just straight up error right away for nvim 0.4.4
This commit is contained in:
@@ -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')
|
if exists('g:loaded_telescope')
|
||||||
finish
|
finish
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user