From 95bcd00efb4d414da615947130b9bc3f1578702e Mon Sep 17 00:00:00 2001 From: Devin Haska Date: Tue, 27 May 2025 11:54:48 -0700 Subject: [PATCH] feat: use vale-ls for formatting This still requires the Vale CLI which is installed. --- lua/plugins/lsp.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua index 7cc9d31..a8a7799 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -25,6 +25,7 @@ return { "djlint", "prettierd", "stylua", + "vale", -- Vale CLI }, auto_update = true, automatic_installation = true, @@ -46,6 +47,7 @@ return { lua_ls = {}, taplo = {}, tsserver = {}, + vale_ls = {}, yamlls = {}, }, },