diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/shopify_theme_ls.lua')
| -rw-r--r-- | lsp/shopify_theme_ls.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/shopify_theme_ls.lua b/lsp/shopify_theme_ls.lua index 5415a302..0f42f783 100644 --- a/lsp/shopify_theme_ls.lua +++ b/lsp/shopify_theme_ls.lua @@ -7,6 +7,7 @@ --- `shopify` can be installed via npm `npm install -g @shopify/cli`. --- --- Note: This LSP already includes Theme Check so you don't need to use the `theme_check` server configuration as well. +---@type vim.lsp.Config return { cmd = { 'shopify', |
