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/elp.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lsp/elp.lua') diff --git a/lsp/elp.lua b/lsp/elp.lua index 0731601b..d299a450 100644 --- a/lsp/elp.lua +++ b/lsp/elp.lua @@ -4,6 +4,7 @@ --- --- ELP integrates Erlang into modern IDEs via the language server protocol and was --- inspired by rust-analyzer. +---@type vim.lsp.Config return { cmd = { 'elp', 'server' }, filetypes = { 'erlang' }, -- cgit v1.2.3-70-g09d2