fix: syntax issue

This commit is contained in:
Garrett Dawson 2023-05-22 16:34:41 -06:00
parent 9aae08f451
commit 1e6a8e9049
1 changed files with 2 additions and 2 deletions

View File

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