{"id":18905207,"url":"https://github.com/akinsho/lightline-statuslinetabs","last_synced_at":"2026-03-04T19:30:17.842Z","repository":{"id":103148993,"uuid":"163865443","full_name":"akinsho/lightline-statuslinetabs","owner":"akinsho","description":"A Vim plugin to show tabs in the Lightline Statusline","archived":false,"fork":false,"pushed_at":"2019-01-04T19:16:51.000Z","size":47,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-31T10:34:41.503Z","etag":null,"topics":["lightline","statusline","vim"],"latest_commit_sha":null,"homepage":"","language":"Vim script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/akinsho.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-02T16:38:17.000Z","updated_at":"2019-01-04T19:16:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"91666e39-5152-4409-8964-5b2da2230f9a","html_url":"https://github.com/akinsho/lightline-statuslinetabs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akinsho%2Flightline-statuslinetabs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akinsho%2Flightline-statuslinetabs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akinsho%2Flightline-statuslinetabs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akinsho%2Flightline-statuslinetabs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akinsho","download_url":"https://codeload.github.com/akinsho/lightline-statuslinetabs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239889026,"owners_count":19713702,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["lightline","statusline","vim"],"created_at":"2024-11-08T09:11:04.830Z","updated_at":"2026-03-04T19:30:17.804Z","avatar_url":"https://github.com/akinsho.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lightline-StatuslineTabs\n\nA very small plugin to add tabs to status line for users of the **lightline**\nplugin.\n\n![screenshot of plugin](/screenshot.png?raw=true \"screenshot of plugin\")\n\n\n## Usage\n\nThe active tab is surrounded by the separators (these default to unicode braces)\nthe remaining tabs are rendered using the `tab_number_icons` map each number is rendered\naccording to the icon it is mapped to e.g. `1: 🍎`.\n\n## Installation\n\n* You can install this plugin using the plugin manager of your choice.\n\n### Example:\n```vim\n Plug 'itchyny/lightline.vim'\n Plug 'Akin909/lightline-statuslinetabs'\n```\n## Integration\n1. Register the component\n```vim\nlet g:lightline = {}\n\nlet g:lightline.component_expand = {\n\\  'statuslinetabs': 'lightline#statuslinetabs#show',\n\\ }\n```\n\n2. Add the component to lightline, e.g. to add to the left side of the\nstatusline use -\n```vim\nlet g:lightline = {\n    \\ 'active': {\n    \\   'left': [ ['statuslinetabs'] ],\n    \\}\n```\n### Configuration\n\n* Tab Number Icons - To configure this provide an alternative map of the following format\n    ```\n    let g:lightline#statuslinetabs#tab_number_icons = {\n        \\ 1: 'Tab 1',\n        \\ 2: 'Tab 2',\n        \\ 3: 'Tab 3',\n        \\}\n    ```\n    The keys must be numbers from 1-10 inclusive and the map should be called `g:lightline#statuslinetabs#tab_number_icons`\n* Tab Item separators\n   - `g:lightline#statuslinetabs#left_separator` should be set to your desired\n       icon\n  - `g:lightline#statuslinetabs#right_separator` should be set to your desired\n\n## Motivation\n\nI split this out from my `init.vim` as it might be of use to other\npeople. That being said if you'd like to make a change consider, forking this repo or making a PR\nrather than raising an issue, I'm lazy/working on other OSS projects and not\nlooking for a time consuming maintainership :smile:.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakinsho%2Flightline-statuslinetabs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakinsho%2Flightline-statuslinetabs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakinsho%2Flightline-statuslinetabs/lists"}