aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-11-27 05:37:51 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-11-27 05:37:51 +0000
commitdaaf00a77805e113acf8ccc02dd8c3403d691683 (patch)
treebdf55b91a70a9537ee0ca2a46362b2c022357ca6 /doc
parentchore(emmet_language_server): remove languages with emmet bundled by their la... (diff)
downloadnvim-lspconfig-daaf00a77805e113acf8ccc02dd8c3403d691683.tar
nvim-lspconfig-daaf00a77805e113acf8ccc02dd8c3403d691683.tar.gz
nvim-lspconfig-daaf00a77805e113acf8ccc02dd8c3403d691683.tar.bz2
nvim-lspconfig-daaf00a77805e113acf8ccc02dd8c3403d691683.tar.lz
nvim-lspconfig-daaf00a77805e113acf8ccc02dd8c3403d691683.tar.xz
nvim-lspconfig-daaf00a77805e113acf8ccc02dd8c3403d691683.tar.zst
nvim-lspconfig-daaf00a77805e113acf8ccc02dd8c3403d691683.zip
docs: update server_configurations.md
skip-checks: true
Diffstat (limited to 'doc')
-rw-r--r--doc/server_configurations.md2
-rw-r--r--doc/server_configurations.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md
index a6075836..d8eb885f 100644
--- a/doc/server_configurations.md
+++ b/doc/server_configurations.md
@@ -3062,7 +3062,7 @@ require'lspconfig'.emmet_language_server.setup{}
```
- `filetypes` :
```lua
- { "astro", "css", "eruby", "html", "htmldjango", "javascriptreact", "less", "pug", "sass", "scss", "svelte", "typescriptreact", "vue" }
+ { "css", "eruby", "html", "htmldjango", "javascriptreact", "less", "pug", "sass", "scss", "typescriptreact" }
```
- `root_dir` :
```lua
diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt
index a6075836..d8eb885f 100644
--- a/doc/server_configurations.txt
+++ b/doc/server_configurations.txt
@@ -3062,7 +3062,7 @@ require'lspconfig'.emmet_language_server.setup{}
```
- `filetypes` :
```lua
- { "astro", "css", "eruby", "html", "htmldjango", "javascriptreact", "less", "pug", "sass", "scss", "svelte", "typescriptreact", "vue" }
+ { "css", "eruby", "html", "htmldjango", "javascriptreact", "less", "pug", "sass", "scss", "typescriptreact" }
```
- `root_dir` :
```lua