mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 05:02:10 +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,
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ return {
|
|||
['<C-c>'] = { callback = 'actions.close', mode = 'n' },
|
||||
['-'] = { callback = 'actions.parent', mode = 'n' },
|
||||
['g.'] = { callback = 'actions.toggle_hidden', mode = 'n' },
|
||||
['<C-t>'] = false,
|
||||
},
|
||||
}
|
||||
map('n', '-', '<cmd>Canola<cr>')
|
||||
|
|
|
|||
|
|
@ -11,11 +11,13 @@
|
|||
taps = [
|
||||
"humanlayer/humanlayer"
|
||||
"gromgit/fuse"
|
||||
"mutagen-io/mutagen"
|
||||
];
|
||||
|
||||
brews = [
|
||||
"bitwarden-cli"
|
||||
"gromgit/fuse/sshfs-mac"
|
||||
"mutagen-io/mutagen/mutagen"
|
||||
];
|
||||
|
||||
casks = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue