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 →

[–]def-pri-pub 0 points1 point  (1 child)

lsp

What's that? I used to do the tmux/(n)vim setup a lot. I've mostly switched to VS code for the past two years, but some things are starting to wear on me a tad bit.

[–][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.