mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-23 17:28:57 +02:00
fix(ibl): remove ibl fix since it's been fixed upstream
This commit is contained in:
parent
d8644c4715
commit
4614666d1e
1 changed files with 0 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue