mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2025-12-06 06:46:10 +00:00
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')
|
||||
finish
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user