From d02d27a412ab45ee921800c262aec44868921cfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C5=A0tefka?= Date: Fri, 10 Feb 2023 02:30:11 +0100 Subject: [PATCH] Add a missing , --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index a7d64d9..a7a5d32 100644 --- a/init.lua +++ b/init.lua @@ -363,7 +363,7 @@ local config = { -- require("lsp_signature").setup() -- end, -- }, - ["rebelot/heirline.nvim"] = { commit = "556666aabb57c227cbb14a996b30b2934e5ff7b1" } + ["rebelot/heirline.nvim"] = { commit = "556666aabb57c227cbb14a996b30b2934e5ff7b1" }, }, -- All other entries override the require("").setup({...}) call for default plugins