chadtree icon indicating copy to clipboard operation
chadtree copied to clipboard

How to set bufferline integrated with chadtree

Open FLAGLORD opened this issue 2 years ago • 1 comments

I use bufferline and set offset for it. When I use Nvim Tree, i set the options as followed:

options = {
        diagnostics = "nvim_lsp",
        offsets = {{
            filetype = "NvimTree",
            text = "File Explorer",
            highlight = "Directory",
            text_align = "left"
        }}
}

If I use chadtree, how to set filetype? ChadTree? CHADtree?

FLAGLORD avatar Mar 06 '23 05:03 FLAGLORD

I use bufferline and set offset for it. When I use Nvim Tree, i set the options as followed:

options = {
        diagnostics = "nvim_lsp",
        offsets = {{
            filetype = "NvimTree",
            text = "File Explorer",
            highlight = "Directory",
            text_align = "left"
        }}
}

If I use chadtree, how to set filetype? ChadTree? CHADtree?

The issue's old, but someone may be looking for the answer someday. It's "CHADTree"

JakubIwanowski avatar Apr 11 '24 14:04 JakubIwanowski