Optionally allow commands to be set on a directory level #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Allow users to optionally set commands on a directory/project level.
This will allow the program to work as expected when the buffer with the proper extension is not currently open as well as allow users to setup specific commands for heterogeneous projects (Hugo for example).
Expose a new
project_override_configfield inside the config with Lua tables for each individual directory.The code will check if the current buffer matches any of the specified directory roots and if so it will execute the provided command with the current mechanism.
If a directory root is set but a command is not, it will print the proper error message.
If a directory root is not found for the current buffer it will fallback to the extensions configuration.
Note. I've also updated stylua.toml according to the readme from the official repo as none-ls was not working with the provided one.