🗑️ remove(nvim): blame.nvim extra is not needed anymore
the functionality is added on gitsigns.nvim
This commit is contained in:
parent
cd9f51f86b
commit
3f58c30128
2 changed files with 0 additions and 12 deletions
1
.config/nvim/.github/README.md
vendored
1
.config/nvim/.github/README.md
vendored
|
@ -261,7 +261,6 @@
|
||||||
- [akinsho/git-conflict.nvim](https://dotfyle.com/plugins/akinsho/git-conflict.nvim)
|
- [akinsho/git-conflict.nvim](https://dotfyle.com/plugins/akinsho/git-conflict.nvim)
|
||||||
- [sindrets/diffview.nvim](https://dotfyle.com/plugins/sindrets/diffview.nvim)
|
- [sindrets/diffview.nvim](https://dotfyle.com/plugins/sindrets/diffview.nvim)
|
||||||
- [NeogitOrg/neogit](https://dotfyle.com/plugins/NeogitOrg/neogit)
|
- [NeogitOrg/neogit](https://dotfyle.com/plugins/NeogitOrg/neogit)
|
||||||
- [FabijanZulj/blame.nvim](https://dotfyle.com/plugins/FabijanZulj/blame.nvim)
|
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
return {
|
|
||||||
"FabijanZulj/blame.nvim",
|
|
||||||
opts = {
|
|
||||||
mappings = {
|
|
||||||
commit_info = "K",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
keys = {
|
|
||||||
{ "<leader>gB", "<cmd>BlameToggle<cr>", desc = "Blame View" },
|
|
||||||
},
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue