diff options
| author | David Ballesteros <67966122+Davido264@users.noreply.github.com> | 2023-12-20 04:58:24 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-20 17:58:24 +0800 |
| commit | 53cb0e617595667939738eb80cbdbf7c24bab380 (patch) | |
| tree | 17aa51621d891d3343c448ffda745f690a26e2b0 /lua | |
| parent | docs: update server_configurations.md (diff) | |
| download | nvim-lspconfig-53cb0e617595667939738eb80cbdbf7c24bab380.tar nvim-lspconfig-53cb0e617595667939738eb80cbdbf7c24bab380.tar.gz nvim-lspconfig-53cb0e617595667939738eb80cbdbf7c24bab380.tar.bz2 nvim-lspconfig-53cb0e617595667939738eb80cbdbf7c24bab380.tar.lz nvim-lspconfig-53cb0e617595667939738eb80cbdbf7c24bab380.tar.xz nvim-lspconfig-53cb0e617595667939738eb80cbdbf7c24bab380.tar.zst nvim-lspconfig-53cb0e617595667939738eb80cbdbf7c24bab380.zip | |
docs(spyglassmc_language_server): fix typo in repository url (#2941)
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lspconfig/server_configurations/spyglassmc_language_server.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lspconfig/server_configurations/spyglassmc_language_server.lua b/lua/lspconfig/server_configurations/spyglassmc_language_server.lua index 897ada2f..54d3fad4 100644 --- a/lua/lspconfig/server_configurations/spyglassmc_language_server.lua +++ b/lua/lspconfig/server_configurations/spyglassmc_language_server.lua @@ -9,7 +9,7 @@ return { }, docs = { description = [[ -https://github.com/SpyglassMC/Spyglass/tree/main/packages/language-serve +https://github.com/SpyglassMC/Spyglass/tree/main/packages/language-server Language server for Minecraft datapacks. |
