init.lua
init.lua copied to clipboard
Recommended approach to add configuration for linters?
Where is it recommended to store configuration for linters please?
For example, I've installed the Golang linter (golangci-lint) using Mason and need to customise how it works and how to invoke it. Is the recommended place to create and customise settings for it in the after/plugin/ folder?
Yes, any external plugin (excluding packer) should be placed and configured in after/plugin folder.