From 8834de4589686e3bb24aafd7698fd3204f86ea53 Mon Sep 17 00:00:00 2001 From: Andrei Staicu Date: Sun, 19 Jan 2025 22:34:28 +0200 Subject: [PATCH] remove whitespace --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index aebecc80..99c7c9cb 100644 --- a/init.lua +++ b/init.lua @@ -250,7 +250,7 @@ require('lazy').setup({ -- -- Here is a more advanced example where we pass configuration -- options to `gitsigns.nvim`. - -- + -- -- See `:help gitsigns` to understand what the configuration keys do { -- Adds git related signs to the gutter, as well as utilities for managing changes 'lewis6991/gitsigns.nvim',