updated and add vi-mongo plugin
This commit is contained in:
parent
a717a047cb
commit
0dbbd56652
5 changed files with 295 additions and 167 deletions
10
lua/plugins/vi-mongo.lua
Normal file
10
lua/plugins/vi-mongo.lua
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
return {
|
||||
'kopecmaciej/vi-mongo.nvim',
|
||||
config = function()
|
||||
require('vi-mongo').setup()
|
||||
end,
|
||||
cmd = { 'ViMongo' },
|
||||
keys = {
|
||||
{ '<leader>vm', '<cmd>ViMongo<cr>', desc = 'ViMongo' },
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue