aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAlberto Russo <valix.ar@gmail.com>2024-03-20 19:53:52 +0100
committerGitHub <noreply@github.com>2024-03-20 18:53:52 +0000
commit8d6ef4c96fe80c9f0cc47c9044b822d006e1bfce (patch)
treede4427af6a0102373fabd3c892998eb100386beb /doc
parentdocs: renamed server name for autotools-language-server (#368) (diff)
downloadmason-lspconfig-8d6ef4c96fe80c9f0cc47c9044b822d006e1bfce.tar
mason-lspconfig-8d6ef4c96fe80c9f0cc47c9044b822d006e1bfce.tar.gz
mason-lspconfig-8d6ef4c96fe80c9f0cc47c9044b822d006e1bfce.tar.bz2
mason-lspconfig-8d6ef4c96fe80c9f0cc47c9044b822d006e1bfce.tar.lz
mason-lspconfig-8d6ef4c96fe80c9f0cc47c9044b822d006e1bfce.tar.xz
mason-lspconfig-8d6ef4c96fe80c9f0cc47c9044b822d006e1bfce.tar.zst
mason-lspconfig-8d6ef4c96fe80c9f0cc47c9044b822d006e1bfce.zip
feat: add pico8 language server (#369)
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 52d3bd2..bf12666 100644
--- a/doc/mason-lspconfig-mapping.txt
+++ b/doc/mason-lspconfig-mapping.txt
@@ -115,6 +115,7 @@ openscad-lsp openscad_lsp
perlnavigator perlnavigator
pest-language-server pest_ls
phpactor phpactor
+pico8-ls pico8_ls
pkgbuild-language-server pkgbuild_language_server
powershell-editor-services powershell_es
prisma-language-server prismals
diff --git a/doc/server-mapping.md b/doc/server-mapping.md
index 59000a8..3294235 100644
--- a/doc/server-mapping.md
+++ b/doc/server-mapping.md
@@ -112,6 +112,7 @@
| [perlnavigator](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#perlnavigator) | [perlnavigator](https://mason-registry.dev/registry/list#perlnavigator) |
| [pest_ls](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#pest_ls) | [pest-language-server](https://mason-registry.dev/registry/list#pest-language-server) |
| [phpactor](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#phpactor) | [phpactor](https://mason-registry.dev/registry/list#phpactor) |
+| [pico8_ls](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#pico8_ls) | [pico8-ls](https://mason-registry.dev/registry/list#pico8-ls) |
| [pkgbuild_language_server](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#pkgbuild_language_server) | [pkgbuild-language-server](https://mason-registry.dev/registry/list#pkgbuild-language-server) |
| [powershell_es](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#powershell_es) | [powershell-editor-services](https://mason-registry.dev/registry/list#powershell-editor-services) |
| [prismals](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#prismals) | [prisma-language-server](https://mason-registry.dev/registry/list#prisma-language-server) |