Neoformat uses a variety of formatters for many filetypes. Currently, Neoformat will run a formatter using the current buffer data, and on success, it will update the current buffer with the formatted text. On a formatter failure, Neoformat will try the next formatter defined for the filetype. By using getbufline() to read from the current buffer instead of file, Neoformat is able to format your buffer without you having to :w your file first. Also, by using setline(), marks, jumps, etc. are all maintained after formatting. Neoformat supports both sending buffer data to formatters via stdin, and also writing buffer data to /tmp/ for formatters to read that do not support input via stdin. If a formatter is either not configured to use stdin, or is not able to read from stdin, then buffer data will be written to a file in /tmp/neoformat/, where the formatter will then read from.

Features

  • A (Neo)vim plugin for formatting code
  • Format the entire buffer, or visual selection of the buffer
  • Or specify a certain formatter (must be defined for the current filetype)
  • Have Neoformat use &formatprg as a formatter
  • Enable basic formatting when a filetype is not found
  • Run all enabled formatters

Project Samples

Project Activity

See All Activity >

Categories

Code Formatters

License

BSD License

Follow Neoformat

Neoformat Web Site

Other Useful Business Software
Gen AI apps are built with MongoDB Atlas Icon
Gen AI apps are built with MongoDB Atlas

Build gen AI apps with an all-in-one modern database: MongoDB Atlas

MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Start Free
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of Neoformat!

Additional Project Details

Programming Language

Python

Related Categories

Python Code Formatters

Registered

2023-04-25