diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/ginko_ls.lua')
| -rw-r--r-- | lsp/ginko_ls.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/ginko_ls.lua b/lsp/ginko_ls.lua index 501c5e7a..efeebd7a 100644 --- a/lsp/ginko_ls.lua +++ b/lsp/ginko_ls.lua @@ -7,6 +7,7 @@ --- Install `ginko_ls` from https://github.com/Schottkyc137/ginko and add it to path --- --- `ginko_ls` doesn't require any configuration. +---@type vim.lsp.Config return { cmd = { 'ginko_ls' }, filetypes = { 'dts' }, |
