mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-12-16 09:19:25 +00:00
fixup: update docs and check deps
This commit is contained in:
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'
|
||||
|
||||
Reference in New Issue
Block a user