mongo.nvim
mongo.nvim: A NeoVim frontend for mongosh. MongoDB Compass is a great tool, but when you want to edit a large document, it really begins to slow down, and on top …
mongo.nvim: A NeoVim frontend for mongosh. MongoDB Compass is a great tool, but when you want to edit a large document, it really begins to slow down, and on top …
noice.nvim: Highly experimental plugin that completely replaces the UI for messages, cmdline and the popupmenu. ✨ Features 🌅 fully configurable views like nvim-notify, splits, popups, virtual text, .. 🔍 use filters to route messages to different views 🌈 message highlights are preserved in the views (like the …
dadbod.vim: Dadbod is a Vim plugin for interacting with databases. Connections are specified with a single URL, rather than prompting you for 14 separate variables All interaction is through invoking :DB, …
i have used neovim on daily basis long time ago. i used plug for plugin management from beginning. because i still try some new plugins my config became very messy …
https://github.com/cseickel/diagnostic-window.nvim Shows the diagnostic messages for the given line in a split window. This was created to help decipher very long typescript messages that don’t fit nicely into a floating …
indent-blackline.nvim: This plugin adds indentation guides to all lines (including empty lines). It uses Neovims virtual text feature and no conceal This plugin requires Neovim 0.5 or higher. It makes use …
code_runner.nvim Functions All run commands allow restart. So, for example, if you use a command that does not have hot reload, you can call a command again and it will …
Introduction VRC is a Vim plug-in to help send requests to and display responses from RESTful services in Vim. It’s useful for working with REST services that use JSON to exchange …