From 76f6235bcd178cc5c28cc4fbf0d09fafb1f63a9b Mon Sep 17 00:00:00 2001 From: anand Date: Sun, 5 Apr 2026 16:47:53 +0530 Subject: some changes --- nvim/lsp/shopify_theme_ls.lua | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100755 nvim/lsp/shopify_theme_ls.lua (limited to 'nvim/lsp/shopify_theme_ls.lua') 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 = {}, -} -- cgit v1.2.3