diff --git a/init.lua b/init.lua index c50142f7..fd4567d9 100644 --- a/init.lua +++ b/init.lua @@ -105,7 +105,7 @@ require('lazy').setup({ build = (function() -- Build Step is needed for regex support in snippets -- 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 return end