Tips for using Vim for Python development

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

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

    Check syntax in Vim/Neovim asynchronously and fix files, with Language Server Protocol (LSP) support

  • and then I use Ale for linting and fixing. However these suggestions are valid for all languages (of course different language servers), so there is nothing python-specific to pay attention to, when doing python development on vim. Of course there is the neverending discussion about spaces, tabs, softtabs and all the rest, but we leave it for another day :)

  • coc-jedi

    coc.nvim wrapper for https://github.com/pappasam/jedi-language-server

  • coc-jedi as language server for python

  • 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.

    WorkOS logo
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