{"id":19562802,"url":"https://github.com/kicamon/ranger.nvim","last_synced_at":"2026-01-07T23:02:54.383Z","repository":{"id":210939612,"uuid":"727789183","full_name":"Kicamon/ranger.nvim","owner":"Kicamon","description":"Ranger plugin for neovim","archived":false,"fork":false,"pushed_at":"2024-09-22T18:37:57.000Z","size":6707,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T14:06:11.638Z","etag":null,"topics":["neovim","plug-in","ranger","vim"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/Kicamon.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":"2023-12-05T15:21:33.000Z","updated_at":"2024-09-22T18:38:01.000Z","dependencies_parsed_at":"2025-01-08T23:34:05.335Z","dependency_job_id":null,"html_url":"https://github.com/Kicamon/ranger.nvim","commit_stats":null,"previous_names":["kicamon/ranger.nvim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Kicamon/ranger.nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kicamon%2Franger.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kicamon%2Franger.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kicamon%2Franger.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kicamon%2Franger.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kicamon","download_url":"https://codeload.github.com/Kicamon/ranger.nvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kicamon%2Franger.nvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275243185,"owners_count":25430342,"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","status":"online","status_checked_at":"2025-09-15T02:00:09.272Z","response_time":75,"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":["neovim","plug-in","ranger","vim"],"created_at":"2024-11-11T05:15:42.188Z","updated_at":"2026-01-07T23:02:49.329Z","avatar_url":"https://github.com/Kicamon.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ranger.nvim\nRanger lightweight plugin for neovim\n\n### Screenshot\n![Screenshot](./Screenshot.gif)\n\n### Dependencies: [ranger](https://github.com/ranger/ranger)\n\n### Install\n**lazy.nvim**\n\n```lua\n{\n  \"Kicamon/ranger.nvim\",\n  lazy = true,\n  cmd = \"Ranger\",\n  config = function()\n    require('ranger').setup()\n  end\n}\n```\n\n**vim-plug**\n\n```vim\nPlug \"Kicamon/ranger.nvim\", {['on'] = 'Ranger' }}\nlua require('ranger').setup()\n```\n\n### command\n| open           | description                       |\n|----------------|-----------------------------------|\n| `Ranger`       | Open files in buffers             |\n| `Ranger tabe`  | Open files in tabs                |\n| `Ranger left`  | Open the file in the left window  |\n| `Ranger down`  | Open the file in the lower window |\n| `Ranger up`    | Open the file in the top window   |\n| `Ranger right` | Open the file in the right window |\n\n### Configuration\ndefualt config\n```lua\nrequire('ranger').setup({\n  width = 0.8,\n  height = 0.8,\n  position = 'cc',\n})\n```\n\n#### position\n```\n+--------------+-------------------+---------------+\n|              |                   |               |\n|      tl      |                   |       tr      |\n|              |                   |               |\n+--------------+                   +---------------+\n|                                                  |\n|                 +-------------+                  |\n|                 |             |                  |\n|                 |     cc      |                  |\n|                 |             |                  |\n|                 +-------------+                  |\n|                                                  |\n+--------------+                   +---------------+\n|              |                   |               |\n|     bl       |                   |       br      |\n|              |                   |               |\n+--------------+-------------------+---------------+\n```\n\n### License MIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkicamon%2Franger.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkicamon%2Franger.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkicamon%2Franger.nvim/lists"}