6 lines
163 B
Lua
6 lines
163 B
Lua
---@type vim.lsp.Config
|
|
return {
|
|
cmd = { "write-good", "/dev/stdin" },
|
|
-- root_markers = { ".md" },
|
|
filetypes = { "markdown", "text", "gitcommit" },
|
|
}
|