nvim update fix
parent
0e09282890
commit
115eb7731f
|
@ -0,0 +1,11 @@
|
||||||
|
return {
|
||||||
|
{
|
||||||
|
"lukas-reineke/indent-blankline.nvim",
|
||||||
|
enabled = true,
|
||||||
|
config = function()
|
||||||
|
require("ibl").setup({
|
||||||
|
indent = { char = "|" },
|
||||||
|
})
|
||||||
|
end,
|
||||||
|
},
|
||||||
|
}
|
Loading…
Reference in New Issue