diff --git a/config/nvim/lua/plugins/git.lua b/config/nvim/lua/plugins/git.lua index 5c9c98a..9e07a9f 100644 --- a/config/nvim/lua/plugins/git.lua +++ b/config/nvim/lua/plugins/git.lua @@ -67,6 +67,17 @@ return { map('n', 'gB', 'Gitsigns toggle_current_line_blame') end, }, + { + 'barrettruth/forge.nvim', + dependencies = { 'ibhagwan/fzf-lua' }, + init = function() + vim.g.forge = { + keys = { + picker = '', + }, + } + end, + }, { 'barrettruth/diffs.nvim', enabled = true, diff --git a/config/nvim/lua/plugins/oil.lua b/config/nvim/lua/plugins/oil.lua index 36f7935..792af74 100644 --- a/config/nvim/lua/plugins/oil.lua +++ b/config/nvim/lua/plugins/oil.lua @@ -17,6 +17,7 @@ return { [''] = { callback = 'actions.close', mode = 'n' }, ['-'] = { callback = 'actions.parent', mode = 'n' }, ['g.'] = { callback = 'actions.toggle_hidden', mode = 'n' }, + [''] = false, }, } map('n', '-', 'Canola') diff --git a/modules/homebrew.nix b/modules/homebrew.nix index b7fc6db..9fbb088 100644 --- a/modules/homebrew.nix +++ b/modules/homebrew.nix @@ -11,11 +11,13 @@ taps = [ "humanlayer/humanlayer" "gromgit/fuse" + "mutagen-io/mutagen" ]; brews = [ "bitwarden-cli" "gromgit/fuse/sshfs-mac" + "mutagen-io/mutagen/mutagen" ]; casks = [