diff options
| author | Simon Hauser <Simon-Hauser@outlook.de> | 2022-04-25 22:34:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-25 22:34:42 +0200 |
| commit | 5045d7e5e74208dbbf98271861b05ff42dc66360 (patch) | |
| tree | b519311ebec2506c72975a2a5e70e56d126a3822 /lua | |
| parent | fd9e1e1674c5ae980bc742f773fb78ca80cf8970 (diff) | |
feat: switch to telescope.lua (#1873)
Co-authored-by: Christian Clason <christian.clason@uni-due.de>
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/telescope/builtin/init.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lua/telescope/builtin/init.lua b/lua/telescope/builtin/init.lua index 53868a0..6f828b7 100644 --- a/lua/telescope/builtin/init.lua +++ b/lua/telescope/builtin/init.lua @@ -27,8 +27,7 @@ ---@brief ]] if 1 ~= vim.fn.has "nvim-0.7.0" then - vim.api.nvim_err_writeln "This plugins requires neovim 0.7.0" - vim.api.nvim_err_writeln "Please update your neovim." + vim.api.nvim_err_writeln "Telescope.nvim requires at least nvim-0.7.0. See `:h telescope.changelog-1851`" return end |
