tekumara / typos-lsp

Source code spell checker for Visual Studio Code, Neovim and other LSP clients
https://marketplace.visualstudio.com/items?itemName=tekumara.typos-vscode
MIT License
162 stars 4 forks source link

Support homebrew install #66

Open d1y opened 2 months ago

janbridley commented 2 weeks ago

Ideally, this package could be installed via brew on macOS, similar to ruff-lsp, rust-analyzer, and many others. This would make the package more accessible and drive new users to this implementation.

tekumara commented 2 weeks ago

Yes I agree! The brew maintainers frown on authors submitting their own work, would someone be willing to give this a go? Those existing rust project formulae look like a good starting point.

janbridley commented 2 weeks ago

I have added this to my TODOs, and will update when I have progress.