tabline.nvim icon indicating copy to clipboard operation
tabline.nvim copied to clipboard

A "buffer and tab" tabline for neovim

Results 26 tabline.nvim issues
Sort by recently updated
recently updated
newest added

It would be nice to be able to have buffers with diagnostics to have the color of the highest problem. So it's easy to see which buffers have diagnostics and...

In each tab I would like to see only the buffers of the current tab. I would like an option to make this the default behaviour.

with neovim `0.7.0` and `v0.8.0-dev+448-g7b2b44bce` with multiple tabs, when I click on one, I expect switching to it, but it go to line number corresponding to the tab number in...

This PR add the options to change the style of buffer number to make it looks better. `bufnr_style`: table, the mapping target. For example, buffer number 21 will map to...

Hello, Not sure whether this is a bug or expected behaviour however when I provide a custom separator, component_separator, I get a different highlight for the first separator, the one...

when show_tabs_only = true, several buffers opened in the split window and not first (top left window) is selected only one tab is seen in tabline ``` require'tabline'.setup { --...

Hello, is manual sorting of tabs and buffers possible?

This PR removes `show_tabs_always` (which was not even properly documented btw) and adds two options to take its place: `show_tabline_buffers` and `show_tabline_tabs`. How these exactly work is documented in the...

Originally the `allowed_buffers` table of current tab, if created with `:TablineTabNew`, is a set with filepath as its keys and `true` as values, but if created with `:TablineBuffersBind`, it would...