fixup: update docs and check deps
This commit is contained in:
parent
0f8eb177da
commit
51842d8064
2 changed files with 35 additions and 26 deletions
2
init.lua
2
init.lua
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue