{"id":13412717,"url":"https://github.com/tveskag/nvim-blame-line","last_synced_at":"2025-03-14T18:32:04.477Z","repository":{"id":34282270,"uuid":"173836109","full_name":"tveskag/nvim-blame-line","owner":"tveskag","description":"A small plugin that uses neovims virtual text to print git blame info at the end of the current line.","archived":false,"fork":false,"pushed_at":"2022-09-11T17:23:42.000Z","size":10260,"stargazers_count":182,"open_issues_count":7,"forks_count":8,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-07-31T20:51:21.680Z","etag":null,"topics":["git","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/tveskag.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}},"created_at":"2019-03-04T23:09:26.000Z","updated_at":"2024-07-20T16:09:55.000Z","dependencies_parsed_at":"2022-07-24T19:02:13.349Z","dependency_job_id":null,"html_url":"https://github.com/tveskag/nvim-blame-line","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/tveskag%2Fnvim-blame-line","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tveskag%2Fnvim-blame-line/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tveskag%2Fnvim-blame-line/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tveskag%2Fnvim-blame-line/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tveskag","download_url":"https://codeload.github.com/tveskag/nvim-blame-line/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243625162,"owners_count":20321248,"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","vim"],"created_at":"2024-07-30T20:01:28.269Z","updated_at":"2025-03-14T18:32:04.049Z","avatar_url":"https://github.com/tveskag.png","language":"Vim script","funding_links":[],"categories":["Git","Vim Script"],"sub_categories":["Quickfix"],"readme":"# nvim-blame-line\n\nA small plugin that uses neovims virtual text to print git blame info at the end of the current line.\n\nAlso supports showing blame below the current window, for normal vim users.\n\nnvim-blame-line prints author, date and summary of the commit belonging to the line underneath the cursor.\nJust like a real IDE!\n\n## Installation\n\nUse a plugin manager like [vim-plug](https://github.com/junegunn/vim-plug)\n\n```\nPlug 'tveskag/nvim-blame-line'\n```\n\n## Usage\n\n![Example gif](https://github.com/tveskag/nvim-blame-line/blob/master/img/example.gif \"Example gif\")\n\n### Commands\n\nThe plugin is exposed through these commands:\n\n- `EnableBlameLine`\n- `DisableBlameLine`\n- `ToggleBlameLine`\n- `SingleBlameLine`\n\nExample mapping:\n\n```vim\nnnoremap \u003csilent\u003e \u003cleader\u003eb :ToggleBlameLine\u003cCR\u003e\n```\n\nUse autocmd to enable on startup:\n\n```vim\nautocmd BufEnter * EnableBlameLine\n```\n\n### Options\n \n```vim\n\" Show blame info below the statusline instead of using virtual text\nlet g:blameLineUseVirtualText = 0\n\n\" Specify the highlight group used for the virtual text ('Comment' by default)\nlet g:blameLineVirtualTextHighlight = 'Question'\n\n\" Change format of virtual text ('%s' by default)\nlet g:blameLineVirtualTextFormat = '/* %s */'\n\n\" Customize format for git blame (Default format: '%an | %ar | %s')\nlet g:blameLineGitFormat = '%an - %s'\n\" Refer to 'git-show --format=' man pages for format options)\n\n\" Change message when content is not committed\nlet g:blameLineMessageWhenNotYetCommited = ''\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftveskag%2Fnvim-blame-line","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftveskag%2Fnvim-blame-line","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftveskag%2Fnvim-blame-line/lists"}