Changed code comment to be in line with PR convo

This commit is contained in:
Richard Garber 2024-02-05 00:20:42 -05:00
parent 36b8af27af
commit 70f606e30e
1 changed files with 1 additions and 1 deletions

View File

@ -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