indent-blankline.nvim
indent-blankline.nvim copied to clipboard
Is able to add corner icon as nvim-tree do?
In nvim-tree.lua, we can set renderer.indent_markers.icons.conrer to change the indent line corner icon. Could this plugin provide this feature?
renderer = {
indent_markers = {
enable = true,
icons = {
corner = "└ ",
edge = "│ ",
none = " ",
},
}
},
I am not against adding this, but this would be pretty difficult to do with the current logic. If someone wants to make a PR I'd be happy to merge it.
Scope in v3 now supports both start and end
Scope in v3 now supports both start and end
IMHO, I can only see highlights on start and end, can we custom the virtual text char like neo-tree now? @lukas-reineke