mirror of
https://github.com/zoriya/lz.n.git
synced 2026-05-31 02:06:46 +00:00
chore: bump minimum Nvim version to 0.10.0
This commit is contained in:
+2
-2
@@ -2,8 +2,8 @@
|
||||
|
||||
local M = {}
|
||||
|
||||
if vim.fn.has("nvim-0.9.1") ~= 1 then
|
||||
error("lz.n requires Neovim >= 0.9.1")
|
||||
if vim.fn.has("nvim-0.10.0") ~= 1 then
|
||||
error("lz.n requires Neovim >= 0.10.0")
|
||||
end
|
||||
|
||||
---@param spec string | lz.n.Spec
|
||||
|
||||
Reference in New Issue
Block a user