aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authoruwi <btyang24@gmail.com>2024-08-04 13:10:50 -1000
committerGitHub <noreply@github.com>2024-08-05 01:10:50 +0200
commit9ac210a23ecd1bb14ff45135e65f6c2db8d5ebca (patch)
tree2377c2de6c0e7a64fec3d80727663a1ca7577e18 /README.md
parentfeat: add hyprls (#428) (diff)
downloadmason-lspconfig-9ac210a23ecd1bb14ff45135e65f6c2db8d5ebca.tar
mason-lspconfig-9ac210a23ecd1bb14ff45135e65f6c2db8d5ebca.tar.gz
mason-lspconfig-9ac210a23ecd1bb14ff45135e65f6c2db8d5ebca.tar.bz2
mason-lspconfig-9ac210a23ecd1bb14ff45135e65f6c2db8d5ebca.tar.lz
mason-lspconfig-9ac210a23ecd1bb14ff45135e65f6c2db8d5ebca.tar.xz
mason-lspconfig-9ac210a23ecd1bb14ff45135e65f6c2db8d5ebca.tar.zst
mason-lspconfig-9ac210a23ecd1bb14ff45135e65f6c2db8d5ebca.zip
feat: add textlsp (#433)
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2dc0494..2d20f69 100644
--- a/README.md
+++ b/README.md
@@ -292,6 +292,7 @@ local DEFAULT_SETTINGS = {
| Kotlin | [`kotlin_language_server`](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#kotlin_language_server) |
| LaTeX | [`ltex`](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#ltex) |
| LaTeX | [`texlab`](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#texlab) |
+| LaTeX | [`textlsp`](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#textlsp) |
| Lelwel | [`lelwel_ls`](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#lelwel_ls) |
| LESS | [`css_variables`](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#css_variables) |
| LESS | [`cssls`](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#cssls) |
@@ -332,6 +333,7 @@ local DEFAULT_SETTINGS = {
| OpenFOAM | [`foam_ls`](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#foam_ls) |
| OpenGL | [`glsl_analyzer`](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#glsl_analyzer) |
| OpenSCAD | [`openscad_lsp`](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#openscad_lsp) |
+| Org | [`textlsp`](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#textlsp) |
| Perl | [`perlnavigator`](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#perlnavigator) |
| Pest | [`pest_ls`](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#pest_ls) |
| PHP | [`intelephense`](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#intelephense) |
@@ -404,6 +406,7 @@ local DEFAULT_SETTINGS = {
| Terraform | [`tflint`](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#tflint) |
| Text | [`grammarly`](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#grammarly) |
| Text | [`ltex`](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#ltex) |
+| Text | [`textlsp`](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#textlsp) |
| Text | [`vale_ls`](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#vale_ls) |
| Thrift | [`thriftls`](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#thriftls) |
| TOML | [`harper_ls`](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#harper_ls) |