Sanchayan Maity
f9e410494c
For some reason, this fixes the problem of using vale with nvim-lint. See https://github.com/mfussenegger/nvim-lint/issues/280.
8 lines
168 B
INI
8 lines
168 B
INI
StylesPath = .config/vale/styles
|
|
MinAlertLevel = warning # suggestion, warning or error
|
|
|
|
Packages = Google, Microsoft
|
|
|
|
[*.{md,txt}]
|
|
|
|
BasedOnStyles = Google, Microsoft
|