breaking: bump nvim version requirement to 0.5.1 (#1406)

This commit is contained in:
Julian Fricker
2021-11-04 06:20:17 +00:00
committed by GitHub
parent 587a10d149
commit 6a8fbb53e0
4 changed files with 7 additions and 7 deletions

View File

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