feat(lsp): use write-good the correct way
This commit is contained in:
parent
583581e54c
commit
dfe4fc9e18
2 changed files with 2 additions and 8 deletions
|
|
@ -31,8 +31,8 @@ return {
|
|||
python = { "ruff" },
|
||||
lua = { "woke" },
|
||||
ansible = { "woke" },
|
||||
markdown = { "woke", "proselint" },
|
||||
text = { "woke" },
|
||||
markdown = { "woke", "proselint", "write_good" },
|
||||
text = { "woke", "proselint", "write_good" },
|
||||
sh = { "woke" },
|
||||
go = { "golangcilint" },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue