nvim update fix

main
Zynh0722 2023-10-01 21:04:39 -07:00
parent 0e09282890
commit 115eb7731f
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
return {
{
"lukas-reineke/indent-blankline.nvim",
enabled = true,
config = function()
require("ibl").setup({
indent = { char = "|" },
})
end,
},
}