feat: switch to telescope.lua (#1873)

Co-authored-by: Christian Clason <christian.clason@uni-due.de>
This commit is contained in:
Simon Hauser
2022-04-25 22:34:42 +02:00
committed by GitHub
parent fd9e1e1674
commit 5045d7e5e7
4 changed files with 146 additions and 131 deletions

View File

@@ -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