I’ve been using neovim for a good while by now and it’s become my notes app, code editor, and IDE. This is thanks to the vast ecosystem of plugins available to neovim extending it past anything the developers would be able to think of and they make this way of using neovim not only possible; but also viable.

I personally use quite a few plugins nowadays, but I’m curious as to what all of you tend to use.

The main plugins I use
neovim/nvim-lspconfig (pre-baked lsp configuration for neovim)
ms-jpq/coq_nvim (fast CoC/YCM replacement utilizing builtin lsp)
ms-jpq/coq.artifacts (snippets for coq)
ms-jpq/chadtree (nerdtree replacement)
lewis6991/gitsigns.nvim (git integration)
norcalli/nvim-colorizer.lua (color preview)

there is quite a bit more; but these are the big ones in terms of functionality.

PS: if you use another text editor feel free to show off plugins for that too.