diff options
Diffstat (limited to 'nvim/lsp/shopify_theme_ls.lua')
| -rwxr-xr-x | nvim/lsp/shopify_theme_ls.lua | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/nvim/lsp/shopify_theme_ls.lua b/nvim/lsp/shopify_theme_ls.lua deleted file mode 100755 index 5415a30..0000000 --- a/nvim/lsp/shopify_theme_ls.lua +++ /dev/null @@ -1,24 +0,0 @@ ----@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. -return { - cmd = { - 'shopify', - 'theme', - 'language-server', - }, - filetypes = { 'liquid' }, - root_markers = { - '.shopifyignore', - '.theme-check.yml', - '.theme-check.yaml', - 'shopify.theme.toml', - }, - settings = {}, -} |
