diff options
| author | Slava Maksimov <hello@slavamak.com> | 2024-06-27 13:04:35 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-27 18:04:35 +0800 |
| commit | 5022474e62ec572bdba73dbb2f7212cb993e9091 (patch) | |
| tree | af40d9c6e07ceacf45b80c7c8215bd3a31079566 /lua | |
| parent | docs: update server_configurations.md (diff) | |
| download | nvim-lspconfig-5022474e62ec572bdba73dbb2f7212cb993e9091.tar nvim-lspconfig-5022474e62ec572bdba73dbb2f7212cb993e9091.tar.gz nvim-lspconfig-5022474e62ec572bdba73dbb2f7212cb993e9091.tar.bz2 nvim-lspconfig-5022474e62ec572bdba73dbb2f7212cb993e9091.tar.lz nvim-lspconfig-5022474e62ec572bdba73dbb2f7212cb993e9091.tar.xz nvim-lspconfig-5022474e62ec572bdba73dbb2f7212cb993e9091.tar.zst nvim-lspconfig-5022474e62ec572bdba73dbb2f7212cb993e9091.zip | |
docs(shopify_theme_ls): remove unnecessary code snippet (#3223)
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lspconfig/server_configurations/shopify_theme_ls.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lua/lspconfig/server_configurations/shopify_theme_ls.lua b/lua/lspconfig/server_configurations/shopify_theme_ls.lua index bf746a8a..22e66fd3 100644 --- a/lua/lspconfig/server_configurations/shopify_theme_ls.lua +++ b/lua/lspconfig/server_configurations/shopify_theme_ls.lua @@ -26,10 +26,6 @@ https://shopify.dev/docs/api/shopify-cli `shopify` can be installed via npm `npm install -g @shopify/cli`. -```lua -require lspconfig.shopify_theme_ls.setup {} -``` - Note: This LSP already includes Theme Check so you don't need to use the `theme_check` server configuration as well. ]], }, |
