akinsho / akinsho/bufferline.nvim
Setting offsets.text with empty will leave a empty line
- Lingua principale
- Lua
- Stelle
- 4.4k
- Fork
- 240
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
### Is there an existing issue for this?
- [X] I have searched the existing issues
### What happened?
When I remove the offsets.text or set it with empty, I'll have a empty line at the side bar of neo-tree:

### What did you expect to happen?
No empty line when setting text with nil.
### Config
options = {
offsets = {
{
filetype = 'neo-tree',
-- text = nil,
highlight = 'Directory',
-- text_align = 'left',
},
},
}
### Additional Information
...
### commit
_No response_
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.