{"id":13898388,"url":"https://github.com/aymericbeaumet/vim-symlink","last_synced_at":"2025-10-24T07:03:02.371Z","repository":{"id":52548666,"uuid":"76310180","full_name":"aymericbeaumet/vim-symlink","owner":"aymericbeaumet","description":":running: Automagically follow symlinks","archived":false,"fork":false,"pushed_at":"2023-05-20T15:08:31.000Z","size":4303,"stargazers_count":75,"open_issues_count":8,"forks_count":10,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-27T18:06:49.398Z","etag":null,"topics":["nvim","symlink","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aymericbeaumet.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-12-13T01:16:20.000Z","updated_at":"2024-12-21T00:59:32.000Z","dependencies_parsed_at":"2024-10-27T12:03:28.328Z","dependency_job_id":"8341938d-e65c-455d-b410-583a3a272733","html_url":"https://github.com/aymericbeaumet/vim-symlink","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/aymericbeaumet%2Fvim-symlink","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aymericbeaumet%2Fvim-symlink/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aymericbeaumet%2Fvim-symlink/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aymericbeaumet%2Fvim-symlink/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aymericbeaumet","download_url":"https://codeload.github.com/aymericbeaumet/vim-symlink/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243842102,"owners_count":20356608,"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":["nvim","symlink","vim"],"created_at":"2024-08-06T18:04:16.374Z","updated_at":"2025-10-24T07:02:57.347Z","avatar_url":"https://github.com/aymericbeaumet.png","language":"Vim script","funding_links":[],"categories":["Vim Script"],"sub_categories":[],"readme":"# vim-symlink [![GitHub Actions](https://github.com/aymericbeaumet/vim-symlink/actions/workflows/ci.yml/badge.svg)](https://github.com/aymericbeaumet/vim-symlink/actions/workflows/ci.yml)\n\n[vim-symlink](https://github.com/aymericbeaumet/vim-symlink) enables to\nautomatically follow the symlinks in Vim or Neovim. This means that when you\nedit a pathname that is a symlink, vim will instead open the file using the\nresolved target path.\n\n[![demo](./media/demo.gif)](./media/demo.gif)\n\n## Features\n\n- Cross-platform\n- Recursive symlinks resolution\n- [`vimdiff`](http://vimdoc.sourceforge.net/htmldoc/diff.html) support\n- Allow to create new files in symlinked directories\n- Make [vim-fugitive](https://github.com/tpope/vim-fugitive) behave properly\n  with linked files\n\n## Install\n\nInstall with [packer](https://github.com/wbthomason/packer.nvim):\n\n```lua\nuse { 'aymericbeaumet/vim-symlink', requires = { 'moll/vim-bbye' } }\n```\n\nInstall with [vim-plug](https://github.com/junegunn/vim-plug):\n\n```vim\nPlug 'aymericbeaumet/vim-symlink'\nPlug 'moll/vim-bbye' \" optional dependency\n```\n\n_Note: [vim-bbye](https://github.com/moll/vim-bbye) allows to consistenly wipe\nbuffers without impacting the windows order. Even though a fallback is present\nin vim-symlink (hence avoiding a required dependency), the vim-bbye\nimplementation is more robust and I advise you to leverage it._\n\n## Usage\n\nRead more about the usage in [the documentation](./doc/symlink.txt).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faymericbeaumet%2Fvim-symlink","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faymericbeaumet%2Fvim-symlink","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faymericbeaumet%2Fvim-symlink/lists"}