install mutex and barrett/forge

This commit is contained in:
Harivansh Rathi 2026-03-28 03:11:57 -04:00
parent 09d138e992
commit b017d4985e
3 changed files with 14 additions and 0 deletions

View file

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