mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Update telescope.lua
This commit is contained in:
parent
82f82c0ece
commit
1ec4f8d640
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue