├── LICENSE ├── README.md ├── autoload └── lightline │ └── bufferline.vim ├── lua └── bufferline.lua └── plugin └── bufferline.vim /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mengelbrecht/lightline-bufferline/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mengelbrecht/lightline-bufferline/HEAD/README.md -------------------------------------------------------------------------------- /autoload/lightline/bufferline.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mengelbrecht/lightline-bufferline/HEAD/autoload/lightline/bufferline.vim -------------------------------------------------------------------------------- /lua/bufferline.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mengelbrecht/lightline-bufferline/HEAD/lua/bufferline.lua -------------------------------------------------------------------------------- /plugin/bufferline.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mengelbrecht/lightline-bufferline/HEAD/plugin/bufferline.vim --------------------------------------------------------------------------------