{"id":23960888,"url":"https://github.com/pawel-slowik/vim-colorized-status","last_synced_at":"2026-07-15T23:33:12.103Z","repository":{"id":111444885,"uuid":"143651324","full_name":"pawel-slowik/vim-colorized-status","owner":"pawel-slowik","description":"Simple status line for Vim","archived":false,"fork":false,"pushed_at":"2022-09-10T09:58:26.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-24T01:55:11.769Z","etag":null,"topics":["statusline","vim","vim-plugin"],"latest_commit_sha":null,"homepage":"","language":"Vim Script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pawel-slowik.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":"2018-08-05T22:12:45.000Z","updated_at":"2022-09-10T09:58:29.000Z","dependencies_parsed_at":"2023-03-17T20:46:14.252Z","dependency_job_id":null,"html_url":"https://github.com/pawel-slowik/vim-colorized-status","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pawel-slowik/vim-colorized-status","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pawel-slowik%2Fvim-colorized-status","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pawel-slowik%2Fvim-colorized-status/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pawel-slowik%2Fvim-colorized-status/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pawel-slowik%2Fvim-colorized-status/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pawel-slowik","download_url":"https://codeload.github.com/pawel-slowik/vim-colorized-status/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pawel-slowik%2Fvim-colorized-status/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35524897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-15T02:00:06.706Z","response_time":131,"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":["statusline","vim","vim-plugin"],"created_at":"2025-01-06T19:57:30.606Z","updated_at":"2026-07-15T23:33:12.085Z","avatar_url":"https://github.com/pawel-slowik.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is a set of functions that can be used to construct a simple status line\nfor the [Vim](https://www.vim.org/) editor.\n\n## Requirements\n\n- [fugitive.vim](https://github.com/tpope/vim-fugitive)\n- [vim-lsc](https://github.com/natebosch/vim-lsc)\n- [vim-current-function](https://github.com/pawel-slowik/vim-current-function)\n\n## Usage\n\nSet some colors:\n\n\thighlight StatusLineGit ctermbg=22 ctermfg=white cterm=none\n\thighlight StatusLinePath ctermbg=94 ctermfg=white cterm=none\n\thighlight StatusLineCurrentFunction ctermbg=23 ctermfg=white cterm=none\n\thighlight StatusLinePaste ctermbg=89 ctermfg=white cterm=bold\n\thighlight StatusLineErrorCount ctermbg=darkred ctermfg=white cterm=bold\n\thighlight StatusLineWarningCount ctermbg=58 ctermfg=white cterm=none\n\nUse the `colorizedstatus#*` functions in your status line:\n\n\tset statusline=%\u003c\n\tset statusline+=%#StatusLineGit#%(%{colorizedstatus#GitInfo()}\\ %)%*\n\tset statusline+=%#StatusLinePath#%(\\ %{colorizedstatus#PathInfo()}\\ %)%*\n\tset statusline+=%#StatusLineCurrentFunction#%(\\ %{colorizedstatus#FunctionInfo()}\\ %)%*\n\tset statusline+=%=%h%m%r\n\tset statusline+=%#StatusLinePaste#%(\\ %{colorizedstatus#PasteInfo()}\\ %)%*\n\tset statusline+=%#StatusLineErrorCount#%(\\ %{colorizedstatus#ErrorInfo()}\\ %)%*\n\tset statusline+=%#StatusLineWarningCount#%(\\ %{colorizedstatus#WarningInfo()}\\ %)%*\n\tset statusline+=\\ %-9.(%5.l,%3.v%)\\ %P\n\nScreenshot:\n\n![screenshot](screenshot.png?raw=true)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpawel-slowik%2Fvim-colorized-status","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpawel-slowik%2Fvim-colorized-status","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpawel-slowik%2Fvim-colorized-status/lists"}