From 70f606e30e20721399c654b009bcaa19ff0d664f Mon Sep 17 00:00:00 2001 From: Richard Garber Date: Mon, 5 Feb 2024 00:20:42 -0500 Subject: [PATCH] Changed code comment to be in line with PR convo --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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