diff options
| author | kylo252 <59826753+kylo252@users.noreply.github.com> | 2021-09-29 11:18:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-29 02:18:58 -0700 |
| commit | 9e81a6b601c05adaac25df1826f0e0c49e2a98f8 (patch) | |
| tree | 900b739995253cd9a2a0c81cf6ecab0d4911f584 /lua | |
| parent | docs(nimls): update root directory (#1286) (diff) | |
| download | nvim-lspconfig-9e81a6b601c05adaac25df1826f0e0c49e2a98f8.tar nvim-lspconfig-9e81a6b601c05adaac25df1826f0e0c49e2a98f8.tar.gz nvim-lspconfig-9e81a6b601c05adaac25df1826f0e0c49e2a98f8.tar.bz2 nvim-lspconfig-9e81a6b601c05adaac25df1826f0e0c49e2a98f8.tar.lz nvim-lspconfig-9e81a6b601c05adaac25df1826f0e0c49e2a98f8.tar.xz nvim-lspconfig-9e81a6b601c05adaac25df1826f0e0c49e2a98f8.tar.zst nvim-lspconfig-9e81a6b601c05adaac25df1826f0e0c49e2a98f8.zip | |
fix(docs): add package.json for java langserver (#1277)
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lspconfig/java_language_server.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/lspconfig/java_language_server.lua b/lua/lspconfig/java_language_server.lua index dd0dded3..aa21f19c 100644 --- a/lua/lspconfig/java_language_server.lua +++ b/lua/lspconfig/java_language_server.lua @@ -10,6 +10,7 @@ configs[name] = { settings = {}, }, docs = { + package_json = 'https://raw.githubusercontent.com/georgewfraser/java-language-server/master/package.json', description = [[ https://github.com/georgewfraser/java-language-server |
