Compare commits
2 Commits
af8c8bd089
...
7cf7f7c8fe
| Author | SHA1 | Date | |
|---|---|---|---|
| 7cf7f7c8fe | |||
| 332da24cb4 |
Binary file not shown.
12
private_dot_config/nvim/lua/plugins/coach.lua
Normal file
12
private_dot_config/nvim/lua/plugins/coach.lua
Normal 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" },
|
||||
},
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user