diff --git a/plugin/telescope.vim b/plugin/telescope.vim index 2eea7b1..011b6e3 100644 --- a/plugin/telescope.vim +++ b/plugin/telescope.vim @@ -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