diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/theme_check.lua')
| -rw-r--r-- | lsp/theme_check.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/theme_check.lua b/lsp/theme_check.lua index 6698031a..7d8dc88c 100644 --- a/lsp/theme_check.lua +++ b/lsp/theme_check.lua @@ -15,6 +15,7 @@ --- }) --- ``` +---@type vim.lsp.Config return { cmd = { 'theme-check-language-server', '--stdio' }, filetypes = { 'liquid' }, |
