diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/tombi.lua')
| -rw-r--r-- | lsp/tombi.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/tombi.lua b/lsp/tombi.lua index 9200068c..5b369202 100644 --- a/lsp/tombi.lua +++ b/lsp/tombi.lua @@ -4,6 +4,7 @@ --- --- Language server for Tombi, a TOML toolkit. --- +---@type vim.lsp.Config return { cmd = { 'tombi', 'lsp' }, filetypes = { 'toml' }, |
