diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/bacon_ls.lua')
| -rw-r--r-- | lsp/bacon_ls.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/bacon_ls.lua b/lsp/bacon_ls.lua index b3b271f7..cafd753b 100644 --- a/lsp/bacon_ls.lua +++ b/lsp/bacon_ls.lua @@ -37,6 +37,7 @@ --- synchronizeAllOpenFilesWaitMillis = 2000, --- } --- ``` +---@type vim.lsp.Config return { cmd = { 'bacon-ls' }, filetypes = { 'rust' }, |
