New comment by paper42 on void-packages repository https://github.com/void-linux/void-packages/pull/27201#issuecomment-747665784 Comment: @ericonr I think so, but even if you install `vale` and one `vale-style` package, nothing will happen until you create a configuration file pointing it to /usr/share/vale. I would prefer it to get detected automatically, but vale doesn't load a system wide config file. example config if you want to try it: `~/.vale.ini` ``` StylesPath = /usr/share/vale/ [*.md] BasedOnStyles = write-good ```