Skip to content

ihasdapie/galaxy_tabline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Galaxy - Tabline

Galaxy-tabline is a fully-featured neovim status line that integrates a tabline [into the status line!]. It also supports a number of other features such as coc.nvim integration.

example

Note: the tabline feature is currently broken on the nighly neovim build -- reason is yet to be determined.

Rationale

Have you ever taken a good look at your vim set up and realize that the status line leave a lot of unused space, especially in the statusline area?

For example, look at this statusline example in the galaxyline repo: That's a lot of wasted valuable vertical screen real estate. Why not put something useful in that space? Such as, for example, tabs? This now frees up a ton of space in the actual tabline area for displaying more information such as buffers without it getting absurdly crowded.

Usage/Installation

  1. Clone the repo
  2. Put it in your .config/nvim/lua/ folder or wherever you want it to be.
  3. source it in your init.vim file, i.e. lua require('galaxyline_config')

This plugin requires nvim > 0.5 and galaxyline.nvim
Depending on your folder structure you may want to move utils/galaxyline_utils.lua around and change the corresponding require in galaxyline_config.lua.

About

a neovim statusline that also shows tabs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages