vimtricks.wiki Concise Vim tricks, one at a time.

What is coc.nvim and how does it provide IDE features?

Answer

:CocInstall coc-json coc-tsserver

Explanation

coc.nvim brings LSP support to Vim/Neovim. Install language servers with :CocInstall. Provides completion, diagnostics, formatting, and more.

Next

How do I visually select a double-quoted string including the quotes themselves?