From 030a72f0aa4d56f9e8ff67921e6e3ffd0e97bf07 Mon Sep 17 00:00:00 2001 From: Igor Date: Mon, 18 Aug 2025 23:39:23 -0300 Subject: chore: add type annotation for configs --- lsp/vale_ls.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lsp/vale_ls.lua') diff --git a/lsp/vale_ls.lua b/lsp/vale_ls.lua index 336c1a4e..4daa7d84 100644 --- a/lsp/vale_ls.lua +++ b/lsp/vale_ls.lua @@ -3,6 +3,7 @@ --- https://github.com/errata-ai/vale-ls --- --- An implementation of the Language Server Protocol (LSP) for the Vale command-line tool. +---@type vim.lsp.Config return { cmd = { 'vale-ls' }, filetypes = { 'markdown', 'text', 'tex', 'rst' }, -- cgit v1.2.3-70-g09d2