Skip to content

Commit

Permalink
chore(utils): update Neovim version check to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jellydn committed May 20, 2024
1 parent fccd096 commit ff8d990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/hurl/utils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ end
---@return boolean
util.is_nightly = function()
local is_stable_version = false
if vim.fn.has('nvim-0.10.0') == 1 then
if vim.fn.has('nvim-0.11.0') == 1 then
is_stable_version = true
end

Expand Down

0 comments on commit ff8d990

Please sign in to comment.