Compare commits

...

2 Commits

Author SHA1 Message Date
7cf7f7c8fe update bob 2025-10-15 15:06:56 +02:00
332da24cb4 [nvim] add coach 2025-07-10 17:21:46 +02:00
2 changed files with 12 additions and 0 deletions

Binary file not shown.

View File

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