summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'plugin')
-rw-r--r--plugin/telescope.vim5
1 files changed, 5 insertions, 0 deletions
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