Auto formatting in shared repo's/projects

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

InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. lsp-format-modifications.nvim

    LSP formatting, but only on modified text regions.

    I think you’re referring to my plugin, lsp-format-modifications.nvim. It uses the diff from Git/Mercurial’s point of view to establish what should be formatted. For the actual formatting, it uses Neovim’s built-in LSP formatting via vim.lsp.buf.format by default.

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. formatter.nvim

    https://github.com/mhartington/formatter.nvim works really well, I work in go and it's really easy to setup

  4. vim-local-history

    A Neovim plugin for maintaining local history of files.

    There is a similar nvim plugin, but I'm not sure if it is still compatible: https://github.com/dinhhuy258/vim-local-history

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

  • Format selection instead of entire file?

    1 project | /r/neovim | 25 Feb 2023
  • lsp-format-modifications.nvim: LSP formatting, but only on modified text regions

    2 projects | /r/neovim | 10 Nov 2022
  • Show HN: Daily-notes.nvim – fuzzy time journal and planning plugin

    9 projects | news.ycombinator.com | 8 Feb 2025
  • Hassle free flutter Development in Hyprland with Neovim

    2 projects | dev.to | 9 Jan 2025
  • How to Setup Vim for Kotlin Development

    12 projects | dev.to | 27 Dec 2024

Did you know that Lua is
the 18th most popular programming language
based on number of references?