A launch point for your personal nvim configuration
Go to file
Oluwatobi 3c03d412e0 updated treesitter 2025-08-26 11:50:22 +01:00
.github/ISSUE_TEMPLATE minor modifications on the issue template (#244) 2023-04-13 09:22:59 -04:00
after/plugin updated treesitter 2025-08-26 11:50:22 +01:00
doc feat: move to lazy.nvim package manager and add first plugins (#178) 2023-02-17 16:31:57 -05:00
ftplugin java working 2025-06-23 21:06:13 +01:00
lua java working 2025-06-23 21:06:13 +01:00
.gitignore Remove lazy-lock.json from .gitignore 2023-09-27 16:44:03 -07:00
.stylua.toml Use call_parentheses 2023-06-16 21:12:11 -07:00
LICENSE updated and add vi-mongo plugin 2024-11-14 11:25:16 +01:00
LICENSE.md license 2022-06-25 21:51:44 -04:00
README.md updated and add vi-mongo plugin 2024-11-14 11:25:16 +01:00
init.lua added conform formatter 2023-10-17 15:30:09 +01:00
java-config.lua stable java 2024-12-24 09:56:50 +01:00
java.lua stable java 2024-12-24 09:56:50 +01:00
lazy-lock.json java working 2025-06-23 21:06:13 +01:00
nvim-jdtls.lua updated java env 2024-12-24 08:33:27 +01:00

README.md


Overview

Vi Mongo is an intuitive Terminal User Interface (TUI) application, written in Go, designed to streamline and simplify the management of MongoDB databases. Emphasizing ease of use without sacrificing functionality, Vi Mongo offers a user-friendly command-line experience for database administrators and developers alike.

Visit vi-mongo.com for more information.

autocomplete

Installation

To install Vi Mongo, follow the instructions on the installation page.

If you are using Neovim you can install the plugin from nvim-plugin

Features

  • Intuitive Navigation: Vi Mongo's simple, intuitive interface makes it easy to navigate and manage your MongoDB databases.
  • Fast switching between databases: Vi Mongo allows you to fast switch between databases.
  • Managing Documents: Vi Mongo allows you to view, create, update, duplicate and delete documents in your databases with ease.
  • Managing Collections: Vi Mongo provides a simple way to manage your collections, including the ability to create, delete collections.
  • Autocomplete: Vi Mongo offers an autocomplete feature that suggests collection names, database names, and MongoDB commands as you type.
  • Query History: Vi Mongo keeps track of your query history, allowing you to easily access and reuse previous queries.
  • Multiple Styles: Vi Mongo supports multiple color schemes, they can be selected in config file or add/modify easily.

List of features to be implemented

vi-mongo.com/docs/roadmap

Contributing

All contributions are welcome!

  1. Create an issue
  2. Fork the repository
  3. Go with the flow

If possible please write tests for your changes.

Issues

For now all issues are resolved, but if you find any new issues, please report them in the GitHub Issues page.