{"id":16587898,"url":"https://github.com/adigitoleo/vim-mellow-statusline","last_synced_at":"2025-03-21T13:30:51.653Z","repository":{"id":111294587,"uuid":"295729062","full_name":"adigitoleo/vim-mellow-statusline","owner":"adigitoleo","description":"A simple ASCII statusline for (neo)vim, best served with the mellow colorscheme","archived":false,"fork":false,"pushed_at":"2024-07-10T23:01:34.000Z","size":239,"stargazers_count":9,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-14T20:55:49.392Z","etag":null,"topics":["colorscheme","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":"0bsd","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adigitoleo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2020-09-15T12:59:21.000Z","updated_at":"2024-11-09T00:19:11.000Z","dependencies_parsed_at":"2024-10-28T10:26:35.339Z","dependency_job_id":"7e2ca1f1-2e06-4597-9dd0-8111f5929e69","html_url":"https://github.com/adigitoleo/vim-mellow-statusline","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adigitoleo%2Fvim-mellow-statusline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adigitoleo%2Fvim-mellow-statusline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adigitoleo%2Fvim-mellow-statusline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adigitoleo%2Fvim-mellow-statusline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adigitoleo","download_url":"https://codeload.github.com/adigitoleo/vim-mellow-statusline/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244141578,"owners_count":20404835,"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":["colorscheme","statusline","vim"],"created_at":"2024-10-11T22:55:17.786Z","updated_at":"2025-03-21T13:30:51.327Z","avatar_url":"https://github.com/adigitoleo.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mellow Statusline\n\n\n### A simple ASCII statusline for (neo)vim\n\n## Screenshots\n\nTaken on alacritty with LiberationMono font, using the [mellow] colorscheme:\n\n\u003cp align=\"center\" style\"margin: 4%;\"\u003e\n    \u003cimg src=\"./img/normal_mode.png\" width=\"75%\" /\u003e\n    \u003cimg src=\"./img/insert_mode.png\" width=\"75%\" /\u003e\n    \u003cimg src=\"./img/replace_mode.png\" width=\"75%\" /\u003e\n    \u003cimg src=\"./img/visual_mode.png\" width=\"75%\" /\u003e\n    \u003cimg src=\"./img/cmdline_mode.png\" width=\"75%\" /\u003e\n    \u003cimg src=\"./img/term_zsh.png\" width=\"75%\" /\u003e\n    \u003cimg src=\"./img/normal_mode_dark.png\" width=\"75%\" /\u003e\n    \u003cimg src=\"./img/insert_mode_dark.png\" width=\"75%\" /\u003e\n    \u003cimg src=\"./img/replace_mode_dark.png\" width=\"75%\" /\u003e\n    \u003cimg src=\"./img/visual_mode_dark.png\" width=\"75%\" /\u003e\n    \u003cimg src=\"./img/term_zsh_dark.png\" width=\"75%\" /\u003e\n    \u003cimg src=\"./img/cmdline_mode_dark.png\" width=\"75%\" /\u003e\n\u003c/p\u003e\n\n\n## Features\n\n- Shortened buffer path with optional buffer number\n- Fully configurable mode indicators (and their colors)\n- Simple diagnostics included: mixed-indentation and trailing whitespace warnings\n- Buffer and visual selection word counts for text and markdown files (or a\n  custom list of filetypes)\n- Integration with [ALE] or builtin NeoVim 0.8+ diagnostics API to display linter/LSP diagnostics\n- Integration with [vim-fugitive] or [gitsigns.nvim] to display git HEAD name\n- Integration with [gitsigns.nvim] to display git file status (NeoVim only)\n- Support for custom diagnostic components (see `:h g:mellow_custom_parts`)\n- Simple, monochromatic and clutter-free inactive buffer statusline\n- Optional tabline with shortened buffer name and tabpage number\n\n\n## Installation\n\nVim and NeoVim plugins are commonly installed using a plugin manager.\nMany such exist in the wild. Modern (Neo)Vim versions also ship with a built-in\npackage loading functionality (read `:help packages` for details).\n\n**After installing the plugin, please read `:help mellow-statusline` for information on usage and available options.**\n\nThe statusline should work with any colorscheme,\nbut it will require some setup unless the recommended [mellow] colorscheme is used.\n\n\n## Other statusline plugins\n\n- [airline]\n- [lightline]\n- [moonfly-statusline]\n- [vim-statline]\n\n\n[NOTE]: # ( ------------ PUT ALL EXTERNAL LINKS BELOW THIS LINE ------------ )\n\n[mellow]: https://github.com/adigitoleo/vim-mellow\n\n[ALE]: https://github.com/dense-analysis/ale\n\n[airline]: https://github.com/vim-airline/vim-airline\n\n[lightline]: https://github.com/itchyny/lightline.vim\n\n[moonfly-statusline]: https://github.com/bluz71/vim-moonfly-statusline\n\n[vim-statline]: https://github.com/millermedeiros/vim-statline\n\n[vim-fugitive]: https://github.com/tpope/vim-fugitive\n\n[gitsigns.nvim]: https://github.com/lewis6991/gitsigns.nvim\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadigitoleo%2Fvim-mellow-statusline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadigitoleo%2Fvim-mellow-statusline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadigitoleo%2Fvim-mellow-statusline/lists"}