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
- Host: GitHub
- URL: https://github.com/chrboesch/vim-tabline
- Owner: chrboesch
- License: mit
- Created: 2020-03-21T18:30:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-14T11:56:42.000Z (almost 3 years ago)
- Last Synced: 2025-02-24T01:53:04.141Z (11 months ago)
- Topics: neovim, neovim-config, vim, vim-configs
- Language: Vim Script
- Homepage:
- Size: 25.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vim-tabline
Simple and clear tab line for vim/neovim

## 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)).