From 278db3321a8d7d28011734a7cd09df9dbe970d71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C5=A0tefka?= Date: Thu, 19 Jan 2023 11:44:15 +0100 Subject: [PATCH] Hold heirline plugin version Heirline had a breaking change Once it's resolved in AstroNvim I'll revert this change --- init.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index b1a707c..a7d64d9 100644 --- a/init.lua +++ b/init.lua @@ -363,8 +363,9 @@ local config = { -- require("lsp_signature").setup() -- end, -- }, - + ["rebelot/heirline.nvim"] = { commit = "556666aabb57c227cbb14a996b30b2934e5ff7b1" } }, + -- All other entries override the require("").setup({...}) call for default plugins ["null-ls"] = function(config) -- overrides `require("null-ls").setup(config)` -- config variable is the default configuration table for the setup function call