5 lines
134 B
Lua
5 lines
134 B
Lua
---@type vim.lsp.Config
|
|
return {
|
|
cmd = { "woke", "--stdin" },
|
|
filetypes = { "markdown", "text", "gitcommit", "plaintext" },
|
|
}
|