feat: add proselint
This also removes vale from my config. I was annoyed at how much setup vale needed before it could work, and find that proselint does what I want without the extras of vale.
This commit is contained in:
parent
51b484764d
commit
a4a51853e1
3 changed files with 3 additions and 9 deletions
|
@ -13,7 +13,6 @@ return {
|
|||
"lua_ls",
|
||||
"taplo", -- .toml
|
||||
"tsserver",
|
||||
"vale_ls",
|
||||
"yamlls", -- .yml
|
||||
},
|
||||
},
|
||||
|
@ -24,8 +23,8 @@ return {
|
|||
ensure_installed = {
|
||||
"djlint",
|
||||
"prettierd",
|
||||
"proselint",
|
||||
"stylua",
|
||||
"vale", -- Vale CLI
|
||||
},
|
||||
auto_update = true,
|
||||
automatic_installation = true,
|
||||
|
@ -47,7 +46,6 @@ return {
|
|||
lua_ls = {},
|
||||
taplo = {},
|
||||
tsserver = {},
|
||||
vale_ls = {},
|
||||
yamlls = {},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue