🗑️ remove(nvim): blame.nvim extra is not needed anymore

the functionality is added on gitsigns.nvim
This commit is contained in:
Sergio Laín 2024-06-30 02:50:51 +02:00
parent cd9f51f86b
commit 3f58c30128
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150
2 changed files with 0 additions and 12 deletions

View file

@ -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>

View file

@ -1,11 +0,0 @@
return {
"FabijanZulj/blame.nvim",
opts = {
mappings = {
commit_info = "K",
},
},
keys = {
{ "<leader>gB", "<cmd>BlameToggle<cr>", desc = "Blame View" },
},
}