ALE config file? #4099
spenserblack
started this conversation in
Ideas
Replies: 1 comment 13 replies
-
This has been raised many times, and my recommendation is to use whatever Vim plugin to provide configuration specific to Vim per project, and use that to set options for ALE. ALE doesn't need to have its own implementation of project configuration files when other plugins can handle that. |
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Motivation
I have a TypeScript project, and Deno installed. I do not want Deno to be used as a linter for this project. But I don't want to disable Deno in my vim configuration in case I work on a Deno project.
Idea
Like how EditorConfig can read a file in a repository (root file has
root = true
to tell plugin not to look any higher in the tree), I wonder if it would be reasonable for a config file for ALE to set configurations per repository/directory instead of per buffer/pattern.Beta Was this translation helpful? Give feedback.
All reactions