fix: syntax issue
This commit is contained in:
parent
9aae08f451
commit
1e6a8e9049
2
init.lua
2
init.lua
|
@ -108,7 +108,7 @@ require('lazy').setup({
|
||||||
},
|
},
|
||||||
|
|
||||||
-- Useful plugin to show you pending keybinds.
|
-- 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
|
-- Adds git releated signs to the gutter, as well as utilities for managing changes
|
||||||
|
|
Loading…
Reference in New Issue