indent-blankline.nvim icon indicating copy to clipboard operation
indent-blankline.nvim copied to clipboard

Is able to add corner icon as nvim-tree do?

Open cstsunfu opened this issue 2 years ago • 1 comments

image

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 = "  ",
                    },
                }
            },

cstsunfu avatar May 16 '22 18:05 cstsunfu

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.

lukas-reineke avatar May 17 '22 02:05 lukas-reineke

Scope in v3 now supports both start and end

lukas-reineke avatar Sep 28 '23 05:09 lukas-reineke

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

konosubakonoakua avatar Feb 07 '24 12:02 konosubakonoakua