chadtree
chadtree copied to clipboard
How to set bufferline integrated with chadtree
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?
I use
bufferlineand set offset for it. When I useNvim 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 setfiletype? ChadTree? CHADtree?
The issue's old, but someone may be looking for the answer someday. It's "CHADTree"