Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
/ mpbtl Public archive

minimal (n)vim plugins - buffer tabline(Under 200 LOC)

License

Notifications You must be signed in to change notification settings

LinArcX/mpbtl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mpbtl

Using mpbtl + mpi + mpsl

Installation

Just copy mpbtl.vim into your plugin directory.

Why?

  • KISS
  • I like vim-airline. But its code is huge for such a simple task.(showing statusline)
  • I like to manipulate and discover things and see what's going on under the hood(And i encourage you, too). So, instead of just using a huge plugin, install a minimal alternative and change it according to your needs.

Customization

There are three main settings in mpbtl. And you can change them by settting them to 0(disable) or 1(enable):

let s:mpbtl_icon = 1
let s:mpbtl_numbers = 0
let s:mpbtl_separators = 1

Tip: This version of mpbtl uses icons from mpi.

Define custom colors

If you want to use different colors, first you should define different Highlight commands. Here is an example:

hi TabLineSel ctermbg=065 ctermfg=007
hi TabLineFill ctermbg=239 ctermfg=237
hi TabLine ctermbg=252 ctermfg=239

Here is the list of colors: https://jonasjacek.github.io/colors/

Donate

  • Bitcoin: 13T28Yd37qPtuxwTFPXeG9dWPahwDzWHjy

  • Monero: 48VdRG9BNePEcrUr6Vx6sJeVz6EefGq5e2F5S9YV2eJtd5uAwjJ7Afn6YeVTWsw6XGS6mXueLywEea3fBPztUbre2Lhia7e

License

License

About

minimal (n)vim plugins - buffer tabline(Under 200 LOC)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published