diff options
| author | William Boman <william@redwill.se> | 2022-10-06 03:46:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-06 01:46:53 +0000 |
| commit | ef41cd4ebccbf0981089bb06f5ed59e0dad549ca (patch) | |
| tree | 1d525d3105458ef57328206a52a415d9d7a8eba4 /doc | |
| parent | fix(angularls): fix windows detection (#70) (diff) | |
| download | mason-lspconfig-ef41cd4ebccbf0981089bb06f5ed59e0dad549ca.tar mason-lspconfig-ef41cd4ebccbf0981089bb06f5ed59e0dad549ca.tar.gz mason-lspconfig-ef41cd4ebccbf0981089bb06f5ed59e0dad549ca.tar.bz2 mason-lspconfig-ef41cd4ebccbf0981089bb06f5ed59e0dad549ca.tar.lz mason-lspconfig-ef41cd4ebccbf0981089bb06f5ed59e0dad549ca.tar.xz mason-lspconfig-ef41cd4ebccbf0981089bb06f5ed59e0dad549ca.tar.zst mason-lspconfig-ef41cd4ebccbf0981089bb06f5ed59e0dad549ca.zip | |
feat: add gradle_ls (#71)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/server-mapping.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/server-mapping.md b/doc/server-mapping.md index afd1289..7d714df 100644 --- a/doc/server-mapping.md +++ b/doc/server-mapping.md @@ -44,6 +44,7 @@ | [fsautocomplete](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#fsautocomplete) | [fsautocomplete](https://github.com/williamboman/mason.nvim/blob/main/PACKAGES.md#fsautocomplete) | | [golangci_lint_ls](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#golangci_lint_ls) | [golangci-lint-langserver](https://github.com/williamboman/mason.nvim/blob/main/PACKAGES.md#golangci-lint-langserver) | | [gopls](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#gopls) | [gopls](https://github.com/williamboman/mason.nvim/blob/main/PACKAGES.md#gopls) | +| [gradle_ls](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#gradle_ls) | [gradle-language-server](https://github.com/williamboman/mason.nvim/blob/main/PACKAGES.md#gradle-language-server) | | [grammarly](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#grammarly) | [grammarly-languageserver](https://github.com/williamboman/mason.nvim/blob/main/PACKAGES.md#grammarly-languageserver) | | [graphql](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#graphql) | [graphql-language-service-cli](https://github.com/williamboman/mason.nvim/blob/main/PACKAGES.md#graphql-language-service-cli) | | [groovyls](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#groovyls) | [groovy-language-server](https://github.com/williamboman/mason.nvim/blob/main/PACKAGES.md#groovy-language-server) | |
