Add luatab.nvim

I noticed the only tabline plugins listed are more of a "bufferline" were tabs and buffers are mixed, so I made a plain tabline in lua
main
Alvaro Sevilla 3 years ago committed by Thomas Versteeg
parent d653be1153
commit 28141d7b4a

@ -302,6 +302,7 @@ Treesitter is a new system coming in Neovim 0.5 that incrementally parses your c
- [romgrk/barbar.nvim](https://github.com/romgrk/barbar.nvim) - A neovim tabline plugin.
- [akinsho/nvim-bufferline.lua](https://github.com/akinsho/nvim-bufferline.lua) - A snazzy bufferline for Neovim.
- [alvarosevilla95/luatab.nvim](https://github.com/alvarosevilla95/luatab.nvim) - A simple tabline written in lua.
### Statusline

Loading…
Cancel
Save