Changed code comment to be in line with PR convo
This commit is contained in:
parent
36b8af27af
commit
70f606e30e
2
init.lua
2
init.lua
|
@ -105,7 +105,7 @@ require('lazy').setup({
|
||||||
build = (function()
|
build = (function()
|
||||||
-- Build Step is needed for regex support in snippets
|
-- Build Step is needed for regex support in snippets
|
||||||
-- This step is not supported in many windows environments
|
-- This step is not supported in many windows environments
|
||||||
-- Remove if your windows setup supports this
|
-- Remove the below condition to re-enable on windows
|
||||||
if vim.fn.has 'win32' == 1 then
|
if vim.fn.has 'win32' == 1 then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue