From f832c6c5fea5051580a052ddf1e213fa189fd0a4 Mon Sep 17 00:00:00 2001 From: niverton Date: Fri, 3 Apr 2026 14:32:11 +0200 Subject: [PATCH] fix(heirline): disable custom config for v6 --- lua/plugins/40-heirline.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/plugins/40-heirline.lua b/lua/plugins/40-heirline.lua index dbe14d0..6f96b6b 100644 --- a/lua/plugins/40-heirline.lua +++ b/lua/plugins/40-heirline.lua @@ -12,6 +12,7 @@ return { }, }, }, + --[[ { "rebelot/heirline.nvim", optional = true, @@ -104,4 +105,5 @@ return { return opts end, }, + ]] }