Compare commits

..

No commits in common. "7cf7f7c8fec44e8f0ee39ba1529820cfa6ebedd3" and "af8c8bd08991af00c2fb9bbbf7ad8f7499e17272" have entirely different histories.

2 changed files with 0 additions and 12 deletions

Binary file not shown.

View File

@ -1,12 +0,0 @@
return {
"shahshlok/vim-coach.nvim",
dependencies = {
"folke/snacks.nvim",
},
config = function()
require("vim-coach").setup()
end,
keys = {
{ "<leader>?", "<cmd>VimCoach<cr>", desc = "Vim Coach" },
},
}