Add vale language checking to neovim
This commit is contained in:
parent
28a741737d
commit
6ae0083b7c
2 changed files with 15 additions and 0 deletions
chezmoi
9
chezmoi/dot_vale.ini
Normal file
9
chezmoi/dot_vale.ini
Normal file
|
@ -0,0 +1,9 @@
|
|||
StylesPath = styles
|
||||
|
||||
MinAlertLevel = suggestion
|
||||
Vocab = Base
|
||||
|
||||
Packages = Google, proselint, write-good, alex, Readability, Joblint
|
||||
|
||||
[*]
|
||||
BasedOnStyles = Vale, Google, proselint, write-good, alex, Readability, Joblint
|
Loading…
Add table
Add a link
Reference in a new issue