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