From 4614666d1ee5864e95a08eb5b85808d7834ce85f Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Sat, 18 May 2024 21:53:19 +0200 Subject: [PATCH] fix(ibl): remove ibl fix since it's been fixed upstream --- lua/lazyvim/plugins/ui.lua | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lua/lazyvim/plugins/ui.lua b/lua/lazyvim/plugins/ui.lua index 1846ba0a..0d401f23 100644 --- a/lua/lazyvim/plugins/ui.lua +++ b/lua/lazyvim/plugins/ui.lua @@ -237,13 +237,6 @@ return { }, }, main = "ibl", - config = function(_, opts) - if vim.fn.has("nvim-0.10.0") == 0 then - local utils = require("ibl.utils") - utils.tbl_join = vim.tbl_flatten - end - require("ibl").setup(opts) - end, }, -- Displays a popup with possible key bindings of the command you started typing