Code_Runner

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 …

Vim REST Console

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 …

nvimup

How to update all plugins in Vim/NeoVim from command line. Add this line to .basrc or .zshrc. And then easy run source ~/.[basrc|zshrc] and finally nvimup

impatient.nvim

impatient.nvim Speed up loading Lua modules in Neovim to improve startup time. Right buffer is before and left buffer is after installation of plugin.

mongo-nvim

mongo-nvim Features Browse MongoDB databases with Telescope Browse a Mongo database’s collections with Telescope Browse a collection’s documents with Telescope Edit a picked document from Neovim Requirements Nvim >= 0.5 …

go.nvim

go.nvim A modern go neovim plugin based on treesitter, nvim-lsp and dap debugger. It is written in Lua and async as much as possible. PR & Suggestions welcome. The plugin …

Desktop notifications from Neovim

desktop_notify This plugin provides implementations of the vim.notify function which use the operating system’s notification facility to display native notifications. Currently only shelling out to notify-send is implemented, but other implementations can be added. …

instant.nvim

instant.nvim is a collaborative editing plugin for Neovim written in Lua with no dependencies. Design document Protocol Deploy a server API Commands Technical Overview Features Powerful collaborative editing algorithm UTF-8 Support Single or multiple buffer sharing Virtual …