You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi echasnovski! Is it in scope of mini.nvim to include plugins like nvim-lint, conform.nvim but without the configurations provided by those for linters and formatters so that anyone can setup their own linter or formatter using the functions provided.
The text was updated successfully, but these errors were encountered:
They are not planned in the new future, for sure. Mostly because having such modules without built-in configs cuts from the final worth, but also for other reasons (linting should mostly be covered by built-in diagnostics, while 'stevearc/conform.nvim' is a really good choice for formatting).
I am just dropping this plugin here for reference https://github.com/nvimdev/guard.nvim. So this plugin has really clean api and implements formatting and linting configs in a really clean manner. Please do make it so that the config api is similar to something like what this plugin offers if mini.lint and mini.format is going to happen.
Contributing guidelines
Module(s)
mini.lint, mini.format
Description
Hi echasnovski! Is it in scope of mini.nvim to include plugins like nvim-lint, conform.nvim but without the configurations provided by those for linters and formatters so that anyone can setup their own linter or formatter using the functions provided.
The text was updated successfully, but these errors were encountered: