From 1e6a8e904962679667956584690955259f445893 Mon Sep 17 00:00:00 2001 From: Garrett Dawson Date: Mon, 22 May 2023 16:34:41 -0600 Subject: [PATCH] fix: syntax issue --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index e3101ae3..7613fcac 100644 --- a/init.lua +++ b/init.lua @@ -108,8 +108,8 @@ require('lazy').setup({ }, -- Useful plugin to show you pending keybinds. - { 'folke/which-key.nvim', opts = {} } - + { 'folke/which-key.nvim', opts = {} }, + { -- Adds git releated signs to the gutter, as well as utilities for managing changes 'lewis6991/gitsigns.nvim',