diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/c3_lsp.lua')
| -rw-r--r-- | lsp/c3_lsp.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/c3_lsp.lua b/lsp/c3_lsp.lua index a2c8dc27..8d2b40fc 100644 --- a/lsp/c3_lsp.lua +++ b/lsp/c3_lsp.lua @@ -3,6 +3,7 @@ --- https://github.com/pherrymason/c3-lsp --- --- Language Server for c3. +---@type vim.lsp.Config return { cmd = { 'c3lsp' }, root_markers = { 'project.json', 'manifest.json', '.git' }, |
