This commit is contained in:
Bryan Ramos 2024-08-21 16:15:52 -04:00
parent 12b6749545
commit 528964b3e7
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
9 changed files with 73 additions and 12 deletions

View file

@ -1,5 +1,16 @@
return {
{
"lukas-reineke/indent-blankline.nvim",
config = function()
require("ibl").setup({
--indent = { char = "│" },
--indent = { char = "⎸" },
indent = { char = "" },
scope = {
show_start = false,
show_end = false
},
})
end,
}
}