[nvim] add coach
This commit is contained in:
parent
af8c8bd089
commit
332da24cb4
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