{"id":29874582,"url":"https://github.com/brianhuster/unnest.nvim","last_synced_at":"2025-07-31T00:42:46.342Z","repository":{"id":307173282,"uuid":"1028597807","full_name":"brianhuster/unnest.nvim","owner":"brianhuster","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-30T03:53:40.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-30T05:44:16.399Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brianhuster.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,"zenodo":null}},"created_at":"2025-07-29T19:10:39.000Z","updated_at":"2025-07-30T03:53:43.000Z","dependencies_parsed_at":"2025-07-30T05:44:19.874Z","dependency_job_id":null,"html_url":"https://github.com/brianhuster/unnest.nvim","commit_stats":null,"previous_names":["brianhuster/nonest.nvim","brianhuster/unnest.nvim"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/brianhuster/unnest.nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianhuster%2Funnest.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianhuster%2Funnest.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianhuster%2Funnest.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianhuster%2Funnest.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brianhuster","download_url":"https://codeload.github.com/brianhuster/unnest.nvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianhuster%2Funnest.nvim/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267967816,"owners_count":24173578,"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-07-30T02:00:09.044Z","response_time":70,"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":[],"created_at":"2025-07-31T00:42:44.724Z","updated_at":"2025-07-31T00:42:46.304Z","avatar_url":"https://github.com/brianhuster.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# unnest.nvim\n\nUnnest your nested Neovim sessions.\n\n## Introduction\n\nImagine that you are in a terminal buffer in Nvim, and you run a command that\nopens a new Nvim instance (e.g., `git commit`). Now you have a Neovim session\nrunning inside another Neovim session. This can be confusing and inefficient.\n\n`unnest.nvim` solves this by detecting when it's being run in a nested\nsession, then it will instruct the parent Neovim instance to open files in a\nin the parent Neovim instance.\n\n## Features\n\n- Minimal : just about 100 LOC\n- Simple to install and use : no configuration, no `setup()` is required.\n- Powerful\n    - You use commands like `git commit`, `git rebase -i`, `git mergetool` in Nvim without any other plugins (as long as you set `git mergetool` to use Nvim)\n    - You can integrate external file explorers like [FZF](https://github.com/junegunn/fzf), [Yazi](https://github.com/sxyazi/yazi), etc with Nvim\n\n## Installation\n\nRequire Nvim 0.11 or later.\n\nYou can install `unnest.nvim` using any plugin manager that supports `git`, like [lazy.nvim](https://github.com/folke/lazy.nvim), [vim-plug](https://github.com/junegunn/vim-plug), etc. See the document of your plugin manager for how to install a plugin with them.\n\nNvim 0.12 has a built-in plugin manager, so you can also install `unnest.nvim` using\n```lua\nvim.pack.add { \"https://github.com/brianhuster/unnest.nvim\" }\n```\n\n## Usage\n\nNOTE: there are some other plugins that do similar thing, like [flatten.nvim](https://github.com/willothy/flatten.nvim), [nvim-unception](https://github.com/samjwill/nvim-unception). Please make sure you have removed or disabled them before installing this plugin, because they can conflict with each other.\n\nSee [`:h unnest`](./doc/unnest.txt) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrianhuster%2Funnest.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrianhuster%2Funnest.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrianhuster%2Funnest.nvim/lists"}