feat(lsp): use write-good the correct way

This commit is contained in:
Oliver Ladner 2025-08-29 14:14:12 +02:00
commit dfe4fc9e18
2 changed files with 2 additions and 8 deletions

View file

@ -1,6 +0,0 @@
---@type vim.lsp.Config
return {
cmd = { "write-good", "/dev/stdin" },
-- root_markers = { ".md" },
filetypes = { "markdown", "text", "gitcommit" },
}

View file

@ -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" },
}