{"id":21864109,"url":"https://github.com/brianhuster/dirvish-git.nvim","last_synced_at":"2025-10-08T14:30:51.369Z","repository":{"id":262471855,"uuid":"887344930","full_name":"brianhuster/dirvish-git.nvim","owner":"brianhuster","description":"Git integration for vim-dirvish","archived":false,"fork":false,"pushed_at":"2024-12-05T01:48:04.000Z","size":102,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-05T02:29:54.653Z","etag":null,"topics":["git","lua","neovim","neovim-plugin","nvim","nvim-plugin","vim-dirvish"],"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/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}},"created_at":"2024-11-12T15:29:22.000Z","updated_at":"2024-12-03T08:59:30.000Z","dependencies_parsed_at":"2024-11-12T16:38:01.905Z","dependency_job_id":"76284454-5db7-42a1-b740-f6e752c86ee2","html_url":"https://github.com/brianhuster/dirvish-git.nvim","commit_stats":null,"previous_names":["brianhuster/vim-dirvish-git.lua","brianhuster/dirvish-git.nvim"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianhuster%2Fdirvish-git.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianhuster%2Fdirvish-git.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianhuster%2Fdirvish-git.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianhuster%2Fdirvish-git.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brianhuster","download_url":"https://codeload.github.com/brianhuster/dirvish-git.nvim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235720585,"owners_count":19034976,"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":["git","lua","neovim","neovim-plugin","nvim","nvim-plugin","vim-dirvish"],"created_at":"2024-11-28T04:07:29.382Z","updated_at":"2025-10-08T14:30:51.042Z","avatar_url":"https://github.com/brianhuster.png","language":"Lua","readme":"# Introduction\n[dirvish-git.nvim](https://github.com/brianhuster/vim-dirvish-git.lua) is a plugin for Neovim that provides Gitsigns integration for the builtin [vim-dirvish](https://github.com/justinmk/vim-dirvish) by Justin M. Keyes. Inspired by [vim-dirvish-git](https://github.com/kristijanhusak/vim-dirvish-git) by Kristijan Husak.\n\n# Installation\nThis plugin requires :\n\n- Editor: This plugin can be used in either Vim or Neovim.\n    - Vim 9.0.0185+ with `+lua` and `+textprop`\n    - Neovim 0.7.0+\n- [vim-dirvish](https://github.com/justinmk/vim-dirvish)\n\nUse your favorite plugin manager. Below are some examples : \n\n* [vim-plug](https://github.com/junegunn/vim-plug):\n\n```vim\nPlug 'justinmk/vim-dirvish'\nPlug 'brianhuster/dirvish-git.nvim'\n```\n\n* [lazy.nvim](https://github.com/folke/lazy.nvim):\n\n```lua\n{\n    \"brianhuster/dirvish-git.nvim\",\n}\n```\n\n## mini.deps\n```lua\nMiniDeps.add({\n    source = 'brianhuster/dirvish-git.nvim',\n    depends = {\n        'justinmk/vim-dirvish',\n    },\n})\n```\n\n# Configuration\n\nNote: you can remove any of the icons by setting them to a space.\n\n## Lua\n\n```lua\nvim.g.dirvish_git_icons = {\n    modified = '🖋️',\n    staged = '✅',\n    renamed = '➜',\n    unmerged = '❌',\n    ignored = '🙈',\n    untracked = '❓',\n    file = '📄',\n    directory = '📁',\n}\n```\n\n## Vim script\n\n```vim\ng:dirvish_git_icons = {\n    \\ 'modified': '🖋️',\n    \\ 'staged': '✅',\n    \\ 'renamed': '➜',\n    \\ 'unmerged': '❌',\n    \\ 'ignored': '🙈',\n    \\ 'untracked': '❓',\n    \\ 'file': '📄',\n    \\ 'directory': '📁',\n    \\ }\n```\n\n# Contributing\n\nIf you have any suggestions, bug reports, or contributions, please feel free to open an issue or a pull request.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrianhuster%2Fdirvish-git.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrianhuster%2Fdirvish-git.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrianhuster%2Fdirvish-git.nvim/lists"}