added goose
This commit is contained in:
parent
45c6579704
commit
8fd8136ef4
18
lua/plugins/goose.lua
Normal file
18
lua/plugins/goose.lua
Normal file
@ -0,0 +1,18 @@
|
||||
return {
|
||||
'azorng/goose.nvim',
|
||||
config = function()
|
||||
require('goose').setup({
|
||||
keymap = {
|
||||
window = {
|
||||
submit = '<C-s>',
|
||||
},
|
||||
},
|
||||
})
|
||||
end,
|
||||
dependencies = {
|
||||
'nvim-lua/plenary.nvim',
|
||||
{
|
||||
'MeanderingProgrammer/render-markdown.nvim',
|
||||
},
|
||||
},
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user