vale: Move vale to $HOME
For some reason, this fixes the problem of using vale with nvim-lint. See https://github.com/mfussenegger/nvim-lint/issues/280.
This commit is contained in:
parent
62a933e451
commit
f9e410494c
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
StylesPath = styles
|
StylesPath = .config/vale/styles
|
||||||
MinAlertLevel = warning # suggestion, warning or error
|
MinAlertLevel = warning # suggestion, warning or error
|
||||||
|
|
||||||
Packages = Google, Microsoft
|
Packages = Google, Microsoft
|
Loading…
Reference in a new issue