stevearc / conform.nvim

Lightweight yet powerful formatter plugin for Neovim
MIT License
2.72k stars 142 forks source link

Add formatter for Inko #351

Closed yorickpeterse closed 4 months ago

yorickpeterse commented 4 months ago

This adds support for formatting Inko (https://inko-lang.org/) source files using the inko fmt command.

yorickpeterse commented 4 months ago

The inko fmt command isn't available yet in the latest stable release of Inko, but merging this ahead of time shouldn't pose a problem I think, because in the worst case conform will log some warning and just ignore the non-existing sub command. I'm also happy with just waiting with merging this PR until the release is published :smiley:

stevearc commented 4 months ago

LGTM thanks for the PR!