{"id":16582814,"url":"https://github.com/ojroques/nvim-bufbar","last_synced_at":"2025-03-21T12:33:03.698Z","repository":{"id":47644244,"uuid":"336760055","full_name":"ojroques/nvim-bufbar","owner":"ojroques","description":"A simple and very light Neovim bufferline","archived":false,"fork":false,"pushed_at":"2025-03-17T09:38:46.000Z","size":193,"stargazers_count":14,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-17T10:37:56.749Z","etag":null,"topics":["bufferline","nvim-lua","nvim-plugin"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ojroques.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":"2021-02-07T10:34:14.000Z","updated_at":"2024-09-12T14:49:43.000Z","dependencies_parsed_at":"2025-03-17T10:40:32.284Z","dependency_job_id":null,"html_url":"https://github.com/ojroques/nvim-bufbar","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/ojroques%2Fnvim-bufbar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ojroques%2Fnvim-bufbar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ojroques%2Fnvim-bufbar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ojroques%2Fnvim-bufbar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ojroques","download_url":"https://codeload.github.com/ojroques/nvim-bufbar/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244799580,"owners_count":20512278,"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":["bufferline","nvim-lua","nvim-plugin"],"created_at":"2024-10-11T22:34:17.767Z","updated_at":"2025-03-21T12:33:03.406Z","avatar_url":"https://github.com/ojroques.png","language":"Lua","funding_links":[],"categories":["Lua"],"sub_categories":[],"readme":"# nvim-bufbar\n\nA simple and very light bufferline for Neovim.\n\n_**Note**: I won't add new features/themes I don't need. Feel free to submit PRs or fork the plugin\nthough._\n\n![screenshot](https://user-images.githubusercontent.com/23409060/188606068-d2ec6002-7aca-4241-bfcc-84b1cda9c4c6.png)\n\nBy default only the indices of hidden buffers are displayed, see [configuration](#configuration) to\nshow their name instead.\n\nThe plugin highlights buffers in different colors based on their type. With the default\ncolorscheme, modified buffers are blue, unmodified ones are green and terminal buffers are red.\nTabs are shown in the top right corner.\n\n## Usage\nIn your *init.lua*:\n```lua\nrequire('bufbar').setup {}\n```\n\n## Configuration\nYou can pass options to the `setup()` function. Here are all available options with their default\nsettings:\n```lua\nM.options = {\n  theme = 'default',         -- the theme in 'lua/bufbar/themes' to use\n  show_tabs = true,          -- show tabs\n  show_bufname = 'current',  -- show full buffer name ('current', 'visible' or 'all')\n  show_flags = true,         -- show buffer flags\n  show_alternate = false,    -- show alternate buffer\n  modifier = ':t',           -- the name modifier\n  term_modifier = ':t',      -- the name modifier for terminal buffers\n  separator = '|',           -- the buffer separator\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fojroques%2Fnvim-bufbar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fojroques%2Fnvim-bufbar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fojroques%2Fnvim-bufbar/lists"}