fixup: update docs and check deps

This commit is contained in:
TJ DeVries 2024-02-23 16:53:32 -05:00
parent 0f8eb177da
commit 51842d8064
2 changed files with 35 additions and 26 deletions

View file

@ -620,7 +620,7 @@ require('lazy').setup({
-- Build Step is needed for regex support in snippets
-- This step is not supported in many windows environments
-- Remove the below condition to re-enable on windows
if vim.fn.has 'win32' == 1 then
if vim.fn.has 'win32' == 1 or vim.fn.executable 'make' == 0 then
return
end
return 'make install_jsregexp'