Use Vim as a Python IDE

This page summarizes the projects mentioned and recommended in the original post on dev.to

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

    A code-completion engine for Vim

  • You can add auto completion with the YouCompleteMe plugin.

  • Python-mode

    Vim python-mode. PyLint, Rope, Pydoc, breakpoints from box.

  • There is a plugin called python-mode. This adds syntax highlighting and many other features to your vim.

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

    i3-compatible Wayland compositor

  • You can use a window manager like sway or i3wm. The first one is for Wayland and the second one for the older X11.

  • ale

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

  • If you like lint, you can use this plugin ale

  • nerdtree

    A tree explorer plugin for vim.

  • Many IDEs have a sidebar with all your project files. Vim can do this too, using the plugin NerdTree.

  • i3

    A tiling window manager for X11

  • You can use a window manager like sway or i3wm. The first one is for Wayland and the second one for the older X11.

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