{"id":29483534,"url":"https://github.com/gn0/vim-minimal-look","last_synced_at":"2026-05-19T10:38:50.673Z","repository":{"id":304045801,"uuid":"1017593361","full_name":"gn0/vim-minimal-look","owner":"gn0","description":"Toggle whether status line, etc., are displayed","archived":false,"fork":false,"pushed_at":"2025-07-11T01:34:14.000Z","size":217,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-11T02:32:54.378Z","etag":null,"topics":["neovim","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":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gn0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING.txt","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,"zenodo":null}},"created_at":"2025-07-10T19:24:25.000Z","updated_at":"2025-07-11T01:34:14.000Z","dependencies_parsed_at":"2025-07-11T02:35:25.371Z","dependency_job_id":"b2a60148-fcf4-4e14-9a81-9d65666a099a","html_url":"https://github.com/gn0/vim-minimal-look","commit_stats":null,"previous_names":["gn0/vim-minimal-look"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/gn0/vim-minimal-look","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gn0%2Fvim-minimal-look","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gn0%2Fvim-minimal-look/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gn0%2Fvim-minimal-look/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gn0%2Fvim-minimal-look/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gn0","download_url":"https://codeload.github.com/gn0/vim-minimal-look/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gn0%2Fvim-minimal-look/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265401013,"owners_count":23758929,"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":["neovim","vim"],"created_at":"2025-07-15T04:00:35.654Z","updated_at":"2026-05-19T10:38:50.631Z","avatar_url":"https://github.com/gn0.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vim-minimal-look\n\nThis plugin lets you toggle the visibility of the following UI elements:\n\n- status line ([`laststatus`](https://neovim.io/doc/user/options.html#'laststatus'))\n- mode indicator ([`showmode`](https://neovim.io/doc/user/options.html#'showmode'))\n- cursor position indicator ([`ruler`](https://neovim.io/doc/user/options.html#'ruler'))\n- command indicator ([`showcmd`](https://neovim.io/doc/user/options.html#'showcmd'))\n- line numbers ([`number`](https://neovim.io/doc/user/options.html#'number'))\n- relative line numbers ([`relativenumber`](https://neovim.io/doc/user/options.html#'relativenumber'))\n- empty line indicator ([`fillchars`](https://neovim.io/doc/user/options.html#'fillchars'))\n\n![Minimal look, off and on](./screenshot.png)\n\nBy default, the plugin binds `\u003cLeader\u003eM`.\nWhen you activate it, it remembers your settings, so your customizations will be restored after deactivation.\nYou can override the default keybinding in your `.vimrc` or `init.vim`:\n\n```vim\nlet g:minimal_look_no_mappings = v:true\n\n\" If you prefer `gM` instead of `\u003cLeader\u003eM`:\nnmap \u003csilent\u003e gM \u003cPlug\u003eToggleMinimalLook\n```\n\nOr in your `init.lua`:\n\n```lua\nvim.g.minimal_look_no_mappings = true\n\nvim.keymap.set('n', 'gM', '\u003cPlug\u003eToggleMinimalLook', { silent = true })\n```\n\n## Installation\n\nUse your Vim package manager, or install it manually in Vim:\n\n```\n$ mkdir -p ~/.vim/pack/gn0/start\n$ cd ~/.vim/pack/gn0/start\n$ git clone https://github.com/gn0/vim-minimal-look.git\n```\n\nOr in Neovim:\n\n```\n$ mkdir -p ~/.config/nvim/pack/gn0/start\n$ cd ~/.config/nvim/pack/gn0/start\n$ git clone https://github.com/gn0/vim-minimal-look.git\n```\n\n## License\n\nvim-minimal-look is distributed under [CC0](https://creativecommons.org/public-domain/cc0/).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgn0%2Fvim-minimal-look","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgn0%2Fvim-minimal-look","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgn0%2Fvim-minimal-look/lists"}