Introduce a vim-style tabline plugin: tabby.nvim. Use your nvim tabs as workspace multiplexer.

This page summarizes the projects mentioned and recommended in the original post on /r/neovim

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • tabby.nvim

    A declarative, highly configurable, and neovim style tabline plugin. Use your nvim tabs as a workspace multiplexer!

  • Thanks for using and discussing this plugin! I open the discussion board for this repository, in case, to share more examples or screenshots: https://github.com/nanozuki/tabby.nvim/discussions/categories/show-and-tell Would you mind share your screenshot or config on the discussion board?

  • auto-session

    A small automated session manager for Neovim

  • Since vim's tab are not easy to use, (This is why not many people use it,) I also want to share and discuss how to make it really easy to use. With a nvim session manager, you can also store the windows layout, which will improve the tabs user experience so you don't need to create tabs again and again. ( I use auto-session: https://github.com/rmagatti/auto-session). And you can mapping some shortcuts for tab operation. In the future, I will add a feature for rename tab.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • nord.nvim

    Neovim theme based off of the Nord Color Palette, written in lua with tree sitter support

  • nord.nvim) for some reason. Here is an image. And I wanted active buffer to be highlighted like the active tab. So I set top_win to be highlighted like this: hl = { fg = hl_tabline.fg, bg = hl_tabline.bg, style = 'bold' } and win to be highlighted like this: hl = { fg = hl_tabline_sel.fg, bg = hl_tabline_sel.bg }.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts