diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/openscad_ls.lua')
| -rw-r--r-- | lsp/openscad_ls.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/openscad_ls.lua b/lsp/openscad_ls.lua index 813bb39f..58140b9d 100644 --- a/lsp/openscad_ls.lua +++ b/lsp/openscad_ls.lua @@ -18,6 +18,7 @@ --- ``` --- --- or by installing a filetype plugin such as https://github.com/sirtaj/vim-openscad +---@type vim.lsp.Config return { cmd = { 'openscad-language-server' }, filetypes = { 'openscad' }, |
