-
-
Notifications
You must be signed in to change notification settings - Fork 26
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Feature description
require("guard.filetype")("java"):lint("checkstyle")- There is no way to run the linter if a formatter is not configured.- Provide
Guard lintto only lint and not format file. Also makeGuard fmtto only format and not lint file. - Can I have a combination where linter is run asynchronously and formatter is run synchronously.
- Provide options for configuring async nature of linters and formatters in
vim.g.guard_config.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request