neovim/lsp/woke.lua

5 lines
134 B
Lua
Raw Normal View History

2025-05-04 13:11:56 +02:00
---@type vim.lsp.Config
return {
cmd = { "woke", "--stdin" },
filetypes = { "markdown", "text", "gitcommit", "plaintext" },
}