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