dotfiles/vale/.vale.ini
Sanchayan Maity f9e410494c
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.
2023-01-15 15:52:42 +05:30

9 lines
168 B
INI

StylesPath = .config/vale/styles
MinAlertLevel = warning # suggestion, warning or error
Packages = Google, Microsoft
[*.{md,txt}]
BasedOnStyles = Google, Microsoft