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

The original motivation for this plugin was to have lualine style buffers and tabs. However, since the plugin was created, lualine has added a tabline with buffers and tabs. Lualine...

Is there a way to bind the 'current' buffer to a tab by [name/number] ? `:BindToTab [number/name]` Also is there a way to re-order the buffers something like `:buforder [number]...

When using the tabs component in `lualine.nvim` like so: ```lua lualine_x = { { _G.Statusline_Getcwd, icons_enabled = true, icon = "", }, { require("nvim-possession").status, cond = function() return require("nvim-possession").status() ~=...

Hi, when I attempt to close a tab while having open more than one, I get: ``` E5108: Error executing lua ~/me/.local/share/nvim/lazy/tabline.nvim/lua/tabline.lua:641: attempt to index a number va lue stack...

Tabline config: ``` require'tabline'.setup { -- Defaults configuration options enable = true, options = { -- If lualine is installed tabline will use separators configured in lualine by default. --...