Skip to content

mgnsk/autotabline.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

autotabline.nvim

Minimal automatic tabline for neovim.

Features

  • Shows opened windows and their types in tab title
  • Shows number of modifications on each tab
  • When tabs don't fit to screen, removes tabs from left or right and shows ...
  • Mouse support for selecting and closing tabs

Setup

lazy.nvim:

{
	"mgnsk/autotabline.nvim",
	config = function()
		require("autotabline").setup()
	end,
},

Colors

  • TabLineSel - current tab
  • TabLineFill - inactive tabs and tab row

Inspired by

https://stackoverflow.com/questions/33710069/how-to-write-tabline-function-in-vim/33765365#33765365

https://github.com/lukelbd/vim-tabline

https://gist.github.com/neilmarion/6432019

About

Minimal automatic tabline for neovim.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages