[HELP][Tabs] Automatically select intent character based on file.

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

    The uncompromising Python code formatter

  • Have you tried black? I use it to format files I am working on. The main idea is to not have multiple styles but just one.

  • vim-sleuth

    sleuth.vim: Heuristically set buffer options

  • Vim is incapable of detecting indent rules on its own but there are a couple of plugins like vim-sleuth for that.

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

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

  • Ale can format files on save once you specify a linter: lint and fix all files automatically by executing vim on them.

  • yapf

    A formatter for Python files

  • Or simply fix the python files by executing a fixer upon them, no need to even use Vim. I use yapf

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