diff options
| author | Julian Fricker <402357+TC72@users.noreply.github.com> | 2021-11-04 06:20:17 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-04 07:20:17 +0100 |
| commit | 6a8fbb53e01f9c523a68fb1eb06a346e43db720d (patch) | |
| tree | 61ef1531b3450c651cd458a9767341f1282d0c75 /lua/telescope | |
| parent | 587a10d1494d8ffa1229246228f0655db2f0a48a (diff) | |
breaking: bump nvim version requirement to 0.5.1 (#1406)
Diffstat (limited to 'lua/telescope')
| -rw-r--r-- | lua/telescope/builtin/init.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/telescope/builtin/init.lua b/lua/telescope/builtin/init.lua index 614767a..0a69aae 100644 --- a/lua/telescope/builtin/init.lua +++ b/lua/telescope/builtin/init.lua @@ -26,8 +26,8 @@ --- </code> ---@brief ]] -if 1 ~= vim.fn.has "nvim-0.5" then - vim.api.nvim_err_writeln "This plugins requires neovim 0.5" +if 1 ~= vim.fn.has "nvim-0.5.1" then + vim.api.nvim_err_writeln "This plugins requires neovim 0.5.1" vim.api.nvim_err_writeln "Please update your neovim." return end |
