vim-lsc icon indicating copy to clipboard operation
vim-lsc copied to clipboard

Difference between vim-lsc and vim-lsp

Open no-more-secrets opened this issue 4 years ago • 4 comments

@natebosch In your opinion what is the difference between vim-lsc and vim-lsp? Do they make different trade-offs in any way? Why would one choose one over the other?

no-more-secrets avatar May 15 '20 00:05 no-more-secrets

I'm not an owner of this repository but I'd say this is not an issue of vim-lsc or vim-lsp.

See https://github.com/prabirshrestha/vim-lsp/issues/816

mattn avatar May 15 '20 08:05 mattn

Both are mature LSP Vim/Neovim client plugins, they both get the job done nicely. You can’t go wrong whichever you choose.

As an LSC user myself I am not left wanting for more. So I doubt there is any major functional difference between the two.

Check out my blog post about LSC:

LSP in Vim with the LSC Plugin

Play with both, and use whichever you like most. It’s good to have choice.

bluz71 avatar May 30 '20 10:05 bluz71

@bluz71 Thanks

no-more-secrets avatar May 30 '20 12:05 no-more-secrets

This is rather my personal opinion, but vim-lsc is more minimal and comes with its own nice completion within the plugin. Also it works with vim native plugin manager out of the box. It also performs better on my set up. Another benefit I found is that it's easier to configure, you just put your language server command per language.

@natebosch
I tried all sorts of completion and linter, but this was it! Thanks a lot for your great work.

smekkley avatar Mar 11 '21 22:03 smekkley