mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-21 02:04:36 +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>')
|
map('n', '<leader>gB', '<cmd>Gitsigns toggle_current_line_blame<cr>')
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'barrettruth/forge.nvim',
|
||||||
|
dependencies = { 'ibhagwan/fzf-lua' },
|
||||||
|
init = function()
|
||||||
|
vim.g.forge = {
|
||||||
|
keys = {
|
||||||
|
picker = '<c-t>',
|
||||||
|
},
|
||||||
|
}
|
||||||
|
end,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
'barrettruth/diffs.nvim',
|
'barrettruth/diffs.nvim',
|
||||||
enabled = true,
|
enabled = true,
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,7 @@ return {
|
||||||
['<C-c>'] = { callback = 'actions.close', mode = 'n' },
|
['<C-c>'] = { callback = 'actions.close', mode = 'n' },
|
||||||
['-'] = { callback = 'actions.parent', mode = 'n' },
|
['-'] = { callback = 'actions.parent', mode = 'n' },
|
||||||
['g.'] = { callback = 'actions.toggle_hidden', mode = 'n' },
|
['g.'] = { callback = 'actions.toggle_hidden', mode = 'n' },
|
||||||
|
['<C-t>'] = false,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
map('n', '-', '<cmd>Canola<cr>')
|
map('n', '-', '<cmd>Canola<cr>')
|
||||||
|
|
|
||||||
|
|
@ -11,11 +11,13 @@
|
||||||
taps = [
|
taps = [
|
||||||
"humanlayer/humanlayer"
|
"humanlayer/humanlayer"
|
||||||
"gromgit/fuse"
|
"gromgit/fuse"
|
||||||
|
"mutagen-io/mutagen"
|
||||||
];
|
];
|
||||||
|
|
||||||
brews = [
|
brews = [
|
||||||
"bitwarden-cli"
|
"bitwarden-cli"
|
||||||
"gromgit/fuse/sshfs-mac"
|
"gromgit/fuse/sshfs-mac"
|
||||||
|
"mutagen-io/mutagen/mutagen"
|
||||||
];
|
];
|
||||||
|
|
||||||
casks = [
|
casks = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue