Update util.lua

This commit is contained in:
Avinash Thakur 2025-03-14 11:19:56 +05:30 committed by GitHub
parent d1f6c3c6ee
commit 5f10bb0e00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,7 @@ function M.open(uri, opts)
if not opts.system and M.file_exists(uri) then
return M.float({ style = "", file = uri })
end
if vim.fn.has('nvim-0.10.0') then
if vim.fn.has('nvim-0.10.0') == 1 then
local ret = vim.fn.jobstart(cmd, { detach = true })
if ret <= 0 then
local msg = {