diff options
Diffstat (limited to 'lsp/shopify_theme_ls.lua')
| -rw-r--r-- | lsp/shopify_theme_ls.lua | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lsp/shopify_theme_ls.lua b/lsp/shopify_theme_ls.lua index cefa764c..5415a302 100644 --- a/lsp/shopify_theme_ls.lua +++ b/lsp/shopify_theme_ls.lua @@ -1,12 +1,12 @@ ---@brief --- --- https://shopify.dev/docs/api/shopify-cli --- --- [Language Server](https://shopify.dev/docs/themes/tools/cli/language-server) and Theme Check (linter) for Shopify themes. --- --- `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. +--- https://shopify.dev/docs/api/shopify-cli +--- +--- [Language Server](https://shopify.dev/docs/themes/tools/cli/language-server) and Theme Check (linter) for Shopify themes. +--- +--- `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. return { cmd = { 'shopify', |
