updated and add vi-mongo plugin

This commit is contained in:
Oluwatobi 2024-11-14 11:25:16 +01:00
parent a717a047cb
commit 0dbbd56652
5 changed files with 295 additions and 167 deletions

10
lua/plugins/vi-mongo.lua Normal file
View 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' },
},
}