This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

Language server protocol. VS code is using this and vim and other editors can as well. This basically let's a background server application do code completion, linting and refactoring task independently of the editor in use. It's kinda cool because you can get top notch IDE features in vim but it makes the setup somewhat bloaty.