{"id":21013434,"url":"https://github.com/heavenshell/vim-pokemon","last_synced_at":"2025-09-12T02:09:08.016Z","repository":{"id":136338716,"uuid":"63440494","full_name":"heavenshell/vim-pokemon","owner":"heavenshell","description":" Pokemon might be in your open file.... ","archived":false,"fork":false,"pushed_at":"2016-07-22T14:35:48.000Z","size":81,"stargazers_count":17,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-06T02:12:12.519Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/heavenshell.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":"2016-07-15T17:46:23.000Z","updated_at":"2019-07-31T14:14:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"1ff75503-ab87-4c8c-9fa3-0ad9db59059c","html_url":"https://github.com/heavenshell/vim-pokemon","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavenshell%2Fvim-pokemon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavenshell%2Fvim-pokemon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavenshell%2Fvim-pokemon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavenshell%2Fvim-pokemon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heavenshell","download_url":"https://codeload.github.com/heavenshell/vim-pokemon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243437970,"owners_count":20290865,"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":[],"created_at":"2024-11-19T09:42:27.459Z","updated_at":"2025-03-13T16:20:20.488Z","avatar_url":"https://github.com/heavenshell.png","language":"VimL","funding_links":[],"categories":[],"sub_categories":[],"readme":"Vim-Pokémon\n===========\n\nPokemon might be in your open file....\n\n![](images/pokemon-vim-1.png)\n\nNote\n----\nInspired by awesome Emacs hacker gongo's [Pokémon-Emacs](https://github.com/gongo/pokemon-emacs/).\n\nRequirements\n------------\n\nVim7.4\n\nInstallation\n------------\n\n:pizza: Good luck! :pizza:\n\n\nUsage\n-----\n\nSet `pokemon#getdaze()` to your statusline setting.\n\n```viml\nset statusline=%\u003c[%n]%m%r%h%w%{'['.(\u0026fenc!=''?\u0026fenc:\u0026enc).':'.\u0026ff.']'}%y%{'[Gotta\\ Pokemon\\:'.pokemon#getdaze().']'}\\ %f%=%{fugitive#statusline()}%l,%c%V\\ %P\n```\n\n\nPokémon is determined uniquely by your open filename (or buffer-name).\n\n\nIf you using [Lightline.vim](https://github.com/itchyny/lightline.vim).\n\n```viml\nlet g:lightline = {\n  \\ 'active': {\n  \\   'left': [\n  \\     ['mode', 'paste'],\n  \\     ['pokemon']\n  \\   ]\n  \\ },\n  \\ 'component_visible_condition': {\n  \\   'readonly': '(\u0026filetype!=\"help\"\u0026\u0026 \u0026readonly)',\n  \\   'modified': '(\u0026filetype!=\"help\"\u0026\u0026(\u0026modified||!\u0026modifiable))',\n  \\ },\n  \\ 'component_function': {\n  \\   'fugitive': 'LightLineFugitive',\n  \\   'pokemon': 'Pokemon',\n  \\   'mode': 'LightLineMode'\n  \\ },\n  \\ 'separator': { 'left': '', 'right': '' },\n  \\ 'subseparator': { 'left': '⮁', 'right': '⮃' }\n\nfunction! Pokemon()\n  return pokemon#getdaze()\nendfunction\n```\n![](images/pokemon-vim-2.png)\n\nLicense\n--------\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheavenshell%2Fvim-pokemon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheavenshell%2Fvim-pokemon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheavenshell%2Fvim-pokemon/lists"}