fix(ibl): remove ibl fix since it's been fixed upstream

This commit is contained in:
Folke Lemaitre
2024-05-18 21:53:19 +02:00
parent d8644c4715
commit 4614666d1e

View File

@ -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