add dml and writegood
This commit is contained in:
parent
c604d1f533
commit
b0c1bee8c4
16
README.md
16
README.md
|
@ -1,3 +1,19 @@
|
|||
# my edits
|
||||
|
||||
Install vale from https://vale.sh
|
||||
```bash
|
||||
cd ~/Downloads/vale_2.27.0_Linux_64-bit
|
||||
sudo mv vale /usr/local/bin/
|
||||
```
|
||||
|
||||
Install mdl and write-good
|
||||
|
||||
```bash
|
||||
gem install mdl
|
||||
npm install -g write-good
|
||||
```
|
||||
|
||||
|
||||
# kickstart.nvim
|
||||
|
||||
### Introduction
|
||||
|
|
|
@ -21,7 +21,7 @@ g.ale_linters = {
|
|||
javascript = {'standard'},
|
||||
lua = { "selene" },
|
||||
json = { "jsonlint" },
|
||||
markdown = { "vale" },
|
||||
markdown = { "vale", "mdl", "writegood" },
|
||||
yaml = { "yamllint" },
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue