diff options
| author | ckipp01 <ckipp@pm.me> | 2021-01-10 19:28:15 +0100 |
|---|---|---|
| committer | ckipp01 <ckipp@pm.me> | 2021-01-10 19:28:15 +0100 |
| commit | 5388826e9c8487879e49a603a0e03b1f09b30acb (patch) | |
| tree | 7eb0313cc0ad407bdb2974fc5af68212ef1e4372 /lua | |
| parent | readme: add references to the wiki (diff) | |
| download | nvim-lspconfig-5388826e9c8487879e49a603a0e03b1f09b30acb.tar nvim-lspconfig-5388826e9c8487879e49a603a0e03b1f09b30acb.tar.gz nvim-lspconfig-5388826e9c8487879e49a603a0e03b1f09b30acb.tar.bz2 nvim-lspconfig-5388826e9c8487879e49a603a0e03b1f09b30acb.tar.lz nvim-lspconfig-5388826e9c8487879e49a603a0e03b1f09b30acb.tar.xz nvim-lspconfig-5388826e9c8487879e49a603a0e03b1f09b30acb.tar.zst nvim-lspconfig-5388826e9c8487879e49a603a0e03b1f09b30acb.zip | |
Remove package_json link from metals.
Many of the settings that this link shows are reliant on
specific things like code lenses working. I think it's a better
idea to not show these as there are a handful of them that if a
user would use them, they won't work at all, and in the worst
case they actual may cause errors due to unsupported handlers
or LSP extensions.
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lspconfig/metals.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/lspconfig/metals.lua b/lua/lspconfig/metals.lua index eacb1954..8384472b 100644 --- a/lua/lspconfig/metals.lua +++ b/lua/lspconfig/metals.lua @@ -18,7 +18,6 @@ configs[server_name] = { }; }; docs = { - package_json = "https://raw.githubusercontent.com/scalameta/metals-vscode/master/package.json"; description = [[ https://scalameta.org/metals/ |
