neovim / nvim-lspconfig

Quickstart configs for Nvim LSP
Apache License 2.0
10.47k stars 2.06k forks source link

docs(shopify_theme_ls): remove unnecessary code snippet #3223

Closed slavamak closed 3 months ago

slavamak commented 3 months ago

I didn't notice last time that the code snippet is generated automatically. This removes an unnecessary snippet

Screenshot 2024-06-27 at 12 48 37 PM
github-actions[bot] commented 3 months ago

Note that server_configurations.md or server_configurations.txt will be regenerated by the docgen CI process. Edit the Lua source file instead. For details on generating documentation, see: https://github.com/neovim/nvim-lspconfig/blob/master/CONTRIBUTING.md#generating-docs

slavamak commented 3 months ago

Thanks!