feat: add proselint
This commit is contained in:
parent
a41a2376fb
commit
4d54730b0f
2 changed files with 9 additions and 0 deletions
5
lsp/proselint.lua
Normal file
5
lsp/proselint.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---@type vim.lsp.Config
|
||||
return {
|
||||
cmd = { "proselint" },
|
||||
filetypes = { "markdown", "text", "gitcommit", "plaintext" },
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue