Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mini.lint and mini.format plugins for linting and formatting. #1390

Open
2 tasks done
231tr0n opened this issue Dec 9, 2024 · 2 comments
Open
2 tasks done

mini.lint and mini.format plugins for linting and formatting. #1390

231tr0n opened this issue Dec 9, 2024 · 2 comments
Labels
new-module Request for the new module

Comments

@231tr0n
Copy link

231tr0n commented Dec 9, 2024

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.

@231tr0n 231tr0n added the feature-request Request for a feature to existing module label Dec 9, 2024
@echasnovski echasnovski added new-module Request for the new module and removed feature-request Request for a feature to existing module labels Dec 9, 2024
@echasnovski
Copy link
Owner

Thanks for the suggestion!

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).

But let's keep this open for now.

@231tr0n
Copy link
Author

231tr0n commented Dec 9, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-module Request for the new module
Projects
None yet
Development

No branches or pull requests

2 participants