Update telescope.lua

This commit is contained in:
lakako 2024-11-07 15:29:54 +08:00 committed by GitHub
parent 82f82c0ece
commit 1ec4f8d640
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@ if lazyvim_docs then
vim.g.lazyvim_picker = "telescope"
end
local make_cmd = vim.loop.os_uname().sysname == "Linux" and "make" or "gmake"
local make_cmd = vim.uv.os_uname().sysname == "Linux" and "make" or "gmake"
local have_make = vim.fn.executable("make") == 1
local have_cmake = vim.fn.executable("cmake") == 1