An open API service indexing awesome lists of open source software.

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

Simple and clear tab line for vim/neovim
https://github.com/chrboesch/vim-tabline

neovim neovim-config vim vim-configs

Last synced: 11 months ago
JSON representation

Simple and clear tab line for vim/neovim

Awesome Lists containing this project

README

          

# vim-tabline
Simple and clear tab line for vim/neovim

![Tabline Screenshot](https://raw.github.com/chrboesch/vim-tabline/master/screenshot/tabline.png)

## Installation
Copy tabline.vim into your configuration directory (e.g. ~/.vim or ~/.config/nvim) and add the following line to your config file:

```
source tabline.vim
```
License
-------

Code is available according to the MIT License
(see [LICENSE](https://github.com/chrboesch/vim-tabline/blob/master/LICENSE)).