mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 14:03:51 +00:00
install mutex and barrett/forge
This commit is contained in:
parent
09d138e992
commit
b017d4985e
3 changed files with 14 additions and 0 deletions
|
|
@ -67,6 +67,17 @@ return {
|
|||
map('n', '<leader>gB', '<cmd>Gitsigns toggle_current_line_blame<cr>')
|
||||
end,
|
||||
},
|
||||
{
|
||||
'barrettruth/forge.nvim',
|
||||
dependencies = { 'ibhagwan/fzf-lua' },
|
||||
init = function()
|
||||
vim.g.forge = {
|
||||
keys = {
|
||||
picker = '<c-t>',
|
||||
},
|
||||
}
|
||||
end,
|
||||
},
|
||||
{
|
||||
'barrettruth/diffs.nvim',
|
||||
enabled = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue