neovim/lsp/woke.lua

5 lines
134 B
Lua

---@type vim.lsp.Config
return {
cmd = { "woke", "--stdin" },
filetypes = { "markdown", "text", "gitcommit", "plaintext" },
}