DEV Community

Discussion on: Setting up Vim for Python

Collapse
 
phantas0s profile image
Matthieu Cneude

I would also suggest coc.nvim. The big advantage: you can use any LSP (Language Server Protocol) to autocomplete any language you want. Visual Studio uses LSP too under the hood for its autocompletion.

Collapse
 
mr_destructive profile image
Meet Rajesh Gor

ya sure, there are many options out there :)

Collapse
 
waylonwalker profile image
Waylon Walker

great suggestion. I recently dropped coc for built in lsp. It's significantly simpler to setup, but its still new (only available in nvim 0.5.0+ nightly) so there's far fewer resources on how to do it.

Collapse
 
phantas0s profile image
Matthieu Cneude

I'm waiting for the official release :)

Thread Thread
 
waylonwalker profile image
Waylon Walker

No worries, I've seen a lot of people running it with no issues, but I get it. Your text editor is kinda the last thing that you want to be so bleeding edge that its always broken.