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
|
|
@ -1,6 +0,0 @@
|
||||||
---@type vim.lsp.Config
|
|
||||||
return {
|
|
||||||
cmd = { "write-good", "/dev/stdin" },
|
|
||||||
-- root_markers = { ".md" },
|
|
||||||
filetypes = { "markdown", "text", "gitcommit" },
|
|
||||||
}
|
|
||||||
|
|
@ -31,8 +31,8 @@ return {
|
||||||
python = { "ruff" },
|
python = { "ruff" },
|
||||||
lua = { "woke" },
|
lua = { "woke" },
|
||||||
ansible = { "woke" },
|
ansible = { "woke" },
|
||||||
markdown = { "woke", "proselint" },
|
markdown = { "woke", "proselint", "write_good" },
|
||||||
text = { "woke" },
|
text = { "woke", "proselint", "write_good" },
|
||||||
sh = { "woke" },
|
sh = { "woke" },
|
||||||
go = { "golangcilint" },
|
go = { "golangcilint" },
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue