Hacker News new | ask | show | jobs
by 0xADEADBEE 2464 days ago
I use CoC.vim [0] with whatever Python plugin they recommend and it's easily been the most painless autocompletion I've ever used in over a decade of Vim. I wrote some (admittedly pretty basic) Python with it last week with no complaints!

[0] - https://github.com/neoclide/coc.nvim

2 comments

The python plugin that is recommended has switched from `pyls` to the Microsoft Python Language Server (the same one that powers the Visual Studio Code Python extension), written in C#. The extension comes bundled with a .NET Core interpreter.
Thank you, will check it out!