feat: random beautification
This commit is contained in:
parent
18f7104625
commit
9660893b91
15 changed files with 348 additions and 246 deletions
6
lsp/write-good.lua
Normal file
6
lsp/write-good.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---@type vim.lsp.Config
|
||||
return {
|
||||
cmd = { "write-good", "/dev/stdin" },
|
||||
-- root_markers = { ".md" },
|
||||
filetypes = { "markdown", "text", "gitcommit" },
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue