nvim: fix indentline glyph
This commit is contained in:
parent
433787237f
commit
2a64fc24e3
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ return {
|
|||
enabled = false,
|
||||
},
|
||||
|
||||
{ "nvimdev/indentmini.nvim", opts = { char = "⸽" } },
|
||||
{ "nvimdev/indentmini.nvim", opts = { char = "│" } },
|
||||
|
||||
{
|
||||
"mvllow/modes.nvim",
|
||||
|
|
Loading…
Reference in a new issue