aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMykyta Onipchenko <44075969+nenikitov@users.noreply.github.com>2024-08-04 18:50:49 -0400
committerGitHub <noreply@github.com>2024-08-05 00:50:49 +0200
commit0e657813ae1b849dd6634d533edf4edc0185eb78 (patch)
tree67ec860f61c54298f2ac1a3948cb6a8f428dc5f2 /doc
parentfeat: Add regal lsp support (OPA rego linter) (#426) (diff)
downloadmason-lspconfig-0e657813ae1b849dd6634d533edf4edc0185eb78.tar
mason-lspconfig-0e657813ae1b849dd6634d533edf4edc0185eb78.tar.gz
mason-lspconfig-0e657813ae1b849dd6634d533edf4edc0185eb78.tar.bz2
mason-lspconfig-0e657813ae1b849dd6634d533edf4edc0185eb78.tar.lz
mason-lspconfig-0e657813ae1b849dd6634d533edf4edc0185eb78.tar.xz
mason-lspconfig-0e657813ae1b849dd6634d533edf4edc0185eb78.tar.zst
mason-lspconfig-0e657813ae1b849dd6634d533edf4edc0185eb78.zip
feat: add hyprls (#428)
Diffstat (limited to 'doc')
-rw-r--r--doc/mason-lspconfig-mapping.txt1
-rw-r--r--doc/server-mapping.md1
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/mason-lspconfig-mapping.txt b/doc/mason-lspconfig-mapping.txt
index 26558ef..25fae0c 100644
--- a/doc/mason-lspconfig-mapping.txt
+++ b/doc/mason-lspconfig-mapping.txt
@@ -88,6 +88,7 @@ hoon-language-server hoon_ls
html-lsp html
htmx-lsp htmx
hydra-lsp hydra_lsp
+hyprls hyprls
intelephense intelephense
java-language-server java_language_server
jdtls jdtls
diff --git a/doc/server-mapping.md b/doc/server-mapping.md
index 6bf33bd..8726812 100644
--- a/doc/server-mapping.md
+++ b/doc/server-mapping.md
@@ -85,6 +85,7 @@
| [html](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#html) | [html-lsp](https://mason-registry.dev/registry/list#html-lsp) |
| [htmx](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#htmx) | [htmx-lsp](https://mason-registry.dev/registry/list#htmx-lsp) |
| [hydra_lsp](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#hydra_lsp) | [hydra-lsp](https://mason-registry.dev/registry/list#hydra-lsp) |
+| [hyprls](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#hyprls) | [hyprls](https://mason-registry.dev/registry/list#hyprls) |
| [intelephense](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#intelephense) | [intelephense](https://mason-registry.dev/registry/list#intelephense) |
| [java_language_server](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#java_language_server) | [java-language-server](https://mason-registry.dev/registry/list#java-language-server) |
| [jdtls](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#jdtls) | [jdtls](https://mason-registry.dev/registry/list#jdtls) |