williamboman / mason.nvim

Portable package manager for Neovim that runs everywhere Neovim runs. Easily install and manage LSP servers, DAP servers, linters, and formatters.
Apache License 2.0
7.22k stars 258 forks source link

[New package]: autocorrect #1700

Open cathaysia opened 1 month ago

cathaysia commented 1 month ago

I've searched open & closed issues for similar requests

Package name

autocorrect

Package homepage

https://github.com/huacnlee/autocorrect

Languages

asciidoc, c, conf, csharp, css, dart, elixir, gettext, go, html, java, javascript, json, jupyter, kotlin, latex, markdown, objective_c, php, python, ruby, rust, scala, sql, strings, swift, xml, yaml

How is this package distributed?

brew, npm or github release

williambotman commented 1 month ago

Hello! Pull requests are always very welcomed to add new packages. If the distribution of the package is simple, the installation will most likely be so as well. See CONTRIBUTING.md and the API reference for more details! You may also use existing packages as reference.

 🤖 This is an automated comment.    📖 Source code 

cathaysia commented 1 month ago

the supported languages are got from https://github.com/huacnlee/autocorrect/tree/main/autocorrect/grammar

@huacnlee maybe know more details.