{"id":19624926,"url":"https://github.com/maxmx03/roseline","last_synced_at":"2025-07-27T14:08:43.055Z","repository":{"id":220749008,"uuid":"751631649","full_name":"maxmx03/roseline","owner":"maxmx03","description":null,"archived":false,"fork":false,"pushed_at":"2024-02-22T19:14:35.000Z","size":32,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-19T09:19:36.646Z","etag":null,"topics":["neovim","plugin","statusline"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maxmx03.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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":"2024-02-02T01:42:36.000Z","updated_at":"2025-06-04T09:19:37.000Z","dependencies_parsed_at":"2024-02-04T03:25:29.712Z","dependency_job_id":"716400c3-c3d6-435f-b135-32d14fd8af2c","html_url":"https://github.com/maxmx03/roseline","commit_stats":null,"previous_names":["maxmx03/roseline"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/maxmx03/roseline","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxmx03%2Froseline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxmx03%2Froseline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxmx03%2Froseline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxmx03%2Froseline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxmx03","download_url":"https://codeload.github.com/maxmx03/roseline/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxmx03%2Froseline/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267368932,"owners_count":24076093,"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","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["neovim","plugin","statusline"],"created_at":"2024-11-11T11:39:28.378Z","updated_at":"2025-07-27T14:08:43.033Z","avatar_url":"https://github.com/maxmx03.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Roseline\n\n![screenshot](https://github.com/maxmx03/roseline/assets/50273941/2d6593b7-6e80-4d22-a714-c84b15b325bb)\n\nMinimal statusline\n\n## Requirements\n\n- [lsp](neovim/nvim-lspconfig)\n- [gitsign](https://github.com/lewis6991/gitsigns.nvim)\n\n## Setup\n\n### lazy\n\n```lua\nreturn {\n {\n    'maxmx03/roseline',\n    opts = {},\n    dependencies = {\n      'rose-pine/neovim',\n    }\n }\n}\n```\n\n## Configuration\n\nTo customize the layout, you need to create a function that will return a\nstring. This string will be the section of your status line.\n\n```lua\nrequire('roseline').setup {\n    theme = 'rose-pine',\n    layout = {\n        a = section_a,\n        b = section_b,\n        c = section_c,\n        d = section_d,\n        e = section_e,\n    },\n    icons = {\n        vim = '',\n        git = {\n            head = '',\n            added = '',\n            changed = '',\n            removed = '',\n        },\n        diagnostic = {\n            Error = '',\n            Warning = '',\n            Information = '',\n            Question = '',\n            Hint = '󰌶',\n            Debug = '',\n            Ok = '󰧱',\n        },\n        os = {\n            Linux = '',\n            microsoft = '',\n            Darwin = '',\n        },\n        default = { left = '', right = '' },\n        block = { left = '█', right = '█' },\n        round = { left = '', right = '' },\n    },\n}\n```\n\n## Docs\n\n`h roseline`\n\n## Contribution\n\nAny contributions are welcome; just send a pull request.\n\n### Running Tests\n\n#### Locally\n\n```bash\napt install luarocks\nluarocks install luacheck\nluarocks install vusted\nvusted tests\n\n```\n\n#### Inside a container\n\n```bash\ndocker compose up\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxmx03%2Froseline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxmx03%2Froseline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxmx03%2Froseline/lists"}