indent plugin update
This commit is contained in:
parent
38cb2ecab7
commit
e70fbda549
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ return {
|
|||
"lukas-reineke/indent-blankline.nvim",
|
||||
main = "ibl",
|
||||
config = function()
|
||||
require("indent_blankline").setup({
|
||||
require("ibl").setup({
|
||||
char = "┊",
|
||||
})
|
||||
end,
|
||||
|
|
Loading…
Reference in a new issue