{"id":26437511,"url":"https://github.com/justincampbell/vim-eighties","last_synced_at":"2026-03-16T11:37:05.832Z","repository":{"id":7738412,"uuid":"9105110","full_name":"justincampbell/vim-eighties","owner":"justincampbell","description":"Automatically resizes your windows","archived":false,"fork":false,"pushed_at":"2016-12-15T18:02:13.000Z","size":16,"stargazers_count":64,"open_issues_count":3,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-16T00:03:46.661Z","etag":null,"topics":["vim"],"latest_commit_sha":null,"homepage":"http://www.vim.org/scripts/script.php?script_id=4502","language":"VimL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/justincampbell.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}},"created_at":"2013-03-29T19:29:05.000Z","updated_at":"2023-11-03T17:10:15.000Z","dependencies_parsed_at":"2022-07-08T03:20:27.501Z","dependency_job_id":null,"html_url":"https://github.com/justincampbell/vim-eighties","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justincampbell%2Fvim-eighties","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justincampbell%2Fvim-eighties/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justincampbell%2Fvim-eighties/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justincampbell%2Fvim-eighties/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/justincampbell","download_url":"https://codeload.github.com/justincampbell/vim-eighties/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244183840,"owners_count":20412110,"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":["vim"],"created_at":"2025-03-18T08:29:57.795Z","updated_at":"2026-03-16T11:37:05.790Z","avatar_url":"https://github.com/justincampbell.png","language":"VimL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eighties.vim\n\n\u003e Automatically resizes your windows\n\n![Demo](https://s3.amazonaws.com/justincampbell/vim-eighties.gif)\n\n## Features\n\n* Resizes the width of the current window when switching\n* Calculates the minimum width (80 by default) + line numbers/signs/etc\n* Won't shrink the current window\n* Won't resize side panels (supports NERDTree and vimpanel)\n  * Additional bufname entries can be specified as an array. See [Configuration \u0026 Defaults](#configuration--defaults)\n\n## Installation\n\nIf you don't already use a plugin manager, I recommend\n[vim-plug](https://github.com/junegunn/vim-plug)\n\n### [vim-plug](https://github.com/junegunn/vim-plug)\n\n```viml\nPlug 'justincampbell/vim-eighties'\n```\n\n### [Vundle](https://github.com/gmarik/vundle)\n\n```viml\nPlugin 'justincampbell/vim-eighties'\n```\n\n### [Pathogen](https://github.com/tpope/vim-pathogen)\n\n```\ncd ~/.vim/bundle\ngit clone git://github.com/justincampbell/vim-eighties.git\n```\n\n## Configuration \u0026 Defaults\n\n```viml\nlet g:eighties_enabled = 1\nlet g:eighties_minimum_width = 80\nlet g:eighties_extra_width = 0 \" Increase this if you want some extra room\nlet g:eighties_compute = 1 \" Disable this if you just want the minimum + extra\nlet g:eighties_bufname_additional_patterns = ['fugitiveblame'] \" Defaults to [], 'fugitiveblame' is only an example. Takes a comma delimited list of bufnames as strings.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustincampbell%2Fvim-eighties","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjustincampbell%2Fvim-eighties","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustincampbell%2Fvim-eighties/lists"}