nvim: diagnostic window
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 …
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 …
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 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 …
dlv neovim >= 0.5 ~/.config/nvim/init.vim keys mapping docs nvim-dap Debug Adapter installation nvim-dap-ui