How to get python to work with Neovim

This page summarizes the projects mentioned and recommended in the original post on /r/neovim

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • pyenv

    Simple Python version management

    I don't know about OSX, but some Linux distros have dropped support for python2. You can still install it globally, but I wouldn't recommend it. The better approach would be to use python version manager like https://github.com/pyenv/pyenv. Install python2 with pyenv and create separate virtual environment specifically for neovim. You should also create a separate neovim virtual environment for python3 as well.

  • ultisnips

    UltiSnips - The ultimate snippet solution for Vim. Send pull requests to SirVer/ultisnips!

    4 https://github.com/SirVer/ultisnips/blob/master/CONTRIBUTING.md#reproducing-bugs

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts