diff options
| author | github-actions <github-actions@github.com> | 2023-04-12 00:54:47 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2023-04-12 00:54:47 +0000 |
| commit | a83319233284baf32cf7f2bbec4fcb5ca693f82f (patch) | |
| tree | 24c7daf4ba9913b5e8282bf46f44538ddc60a6e8 | |
| parent | feat: add `pug` to emmet_ls (#2555) (diff) | |
| download | nvim-lspconfig-a83319233284baf32cf7f2bbec4fcb5ca693f82f.tar nvim-lspconfig-a83319233284baf32cf7f2bbec4fcb5ca693f82f.tar.gz nvim-lspconfig-a83319233284baf32cf7f2bbec4fcb5ca693f82f.tar.bz2 nvim-lspconfig-a83319233284baf32cf7f2bbec4fcb5ca693f82f.tar.lz nvim-lspconfig-a83319233284baf32cf7f2bbec4fcb5ca693f82f.tar.xz nvim-lspconfig-a83319233284baf32cf7f2bbec4fcb5ca693f82f.tar.zst nvim-lspconfig-a83319233284baf32cf7f2bbec4fcb5ca693f82f.zip | |
docs: update server_configurations.md
skip-checks: true
| -rw-r--r-- | doc/server_configurations.md | 2 | ||||
| -rw-r--r-- | doc/server_configurations.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md index 3e3fb658..f70a9ba7 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -2491,7 +2491,7 @@ require'lspconfig'.emmet_ls.setup{} ``` - `filetypes` : ```lua - { "astro", "css", "eruby", "html", "htmldjango", "javascriptreact", "less", "sass", "scss", "svelte", "typescriptreact", "vue" } + { "astro", "css", "eruby", "html", "htmldjango", "javascriptreact", "less", "pug", "sass", "scss", "svelte", "typescriptreact", "vue" } ``` - `root_dir` : ```lua diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt index 3e3fb658..f70a9ba7 100644 --- a/doc/server_configurations.txt +++ b/doc/server_configurations.txt @@ -2491,7 +2491,7 @@ require'lspconfig'.emmet_ls.setup{} ``` - `filetypes` : ```lua - { "astro", "css", "eruby", "html", "htmldjango", "javascriptreact", "less", "sass", "scss", "svelte", "typescriptreact", "vue" } + { "astro", "css", "eruby", "html", "htmldjango", "javascriptreact", "less", "pug", "sass", "scss", "svelte", "typescriptreact", "vue" } ``` - `root_dir` : ```lua |
