diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/efm.lua')
| -rw-r--r-- | lsp/efm.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/efm.lua b/lsp/efm.lua index 4515dafd..d4216690 100644 --- a/lsp/efm.lua +++ b/lsp/efm.lua @@ -18,6 +18,7 @@ --- }) --- ``` +---@type vim.lsp.Config return { cmd = { 'efm-langserver' }, root_markers = { '.git' }, |
