aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-03-16 16:34:10 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-03-16 16:34:10 +0000
commit2574ad38c6ee4f0bef3a1ca305cd5df627a52bb3 (patch)
tree6250272e551ed7a9ef8cb276bb18d4fedf85a76b
parentMerge #3647 cleanup QML-related LSPs (diff)
downloadnvim-lspconfig-2574ad38c6ee4f0bef3a1ca305cd5df627a52bb3.tar
nvim-lspconfig-2574ad38c6ee4f0bef3a1ca305cd5df627a52bb3.tar.gz
nvim-lspconfig-2574ad38c6ee4f0bef3a1ca305cd5df627a52bb3.tar.bz2
nvim-lspconfig-2574ad38c6ee4f0bef3a1ca305cd5df627a52bb3.tar.lz
nvim-lspconfig-2574ad38c6ee4f0bef3a1ca305cd5df627a52bb3.tar.xz
nvim-lspconfig-2574ad38c6ee4f0bef3a1ca305cd5df627a52bb3.tar.zst
nvim-lspconfig-2574ad38c6ee4f0bef3a1ca305cd5df627a52bb3.zip
docs: update configs.md
skip-checks: true
-rw-r--r--doc/configs.md30
-rw-r--r--doc/configs.txt30
2 files changed, 8 insertions, 52 deletions
diff --git a/doc/configs.md b/doc/configs.md
index 32972d13..0c11cd81 100644
--- a/doc/configs.md
+++ b/doc/configs.md
@@ -239,7 +239,6 @@ Nvim by running `:help lspconfig-all`.
- [pylyzer](#pylyzer)
- [pyre](#pyre)
- [pyright](#pyright)
-- [qml_lsp](#qml_lsp)
- [qmlls](#qmlls)
- [quick_lint_js](#quick_lint_js)
- [r_language_server](#r_language_server)
@@ -8369,34 +8368,13 @@ Default config:
- `single_file_support` : `true`
-## qml_lsp
-
-https://invent.kde.org/sdk/qml-lsp
-
-LSP implementation for QML (autocompletion, live linting, etc. in editors)
-
-Snippet to enable the language server:
-```lua
-require'lspconfig'.qml_lsp.setup{}
-```
-
-Default config:
-- `cmd` :
- ```lua
- { "qml-lsp" }
- ```
-- `filetypes` :
- ```lua
- { "qmljs" }
- ```
-- `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/qml_lsp.lua:4](../lua/lspconfig/configs/qml_lsp.lua#L4)
-
-
## qmlls
-https://github.com/qt/qtdeclarative
+https://doc.qt.io/qt-6/qtqml-tooling-qmlls.html
+
+> QML Language Server is a tool shipped with Qt that helps you write code in your favorite (LSP-supporting) editor.
-LSP implementation for QML (autocompletion, live linting, etc. in editors),
+Source in the [QtDeclarative repository](https://code.qt.io/cgit/qt/qtdeclarative.git/)
Snippet to enable the language server:
```lua
diff --git a/doc/configs.txt b/doc/configs.txt
index 32972d13..0c11cd81 100644
--- a/doc/configs.txt
+++ b/doc/configs.txt
@@ -239,7 +239,6 @@ Nvim by running `:help lspconfig-all`.
- [pylyzer](#pylyzer)
- [pyre](#pyre)
- [pyright](#pyright)
-- [qml_lsp](#qml_lsp)
- [qmlls](#qmlls)
- [quick_lint_js](#quick_lint_js)
- [r_language_server](#r_language_server)
@@ -8369,34 +8368,13 @@ Default config:
- `single_file_support` : `true`
-## qml_lsp
-
-https://invent.kde.org/sdk/qml-lsp
-
-LSP implementation for QML (autocompletion, live linting, etc. in editors)
-
-Snippet to enable the language server:
-```lua
-require'lspconfig'.qml_lsp.setup{}
-```
-
-Default config:
-- `cmd` :
- ```lua
- { "qml-lsp" }
- ```
-- `filetypes` :
- ```lua
- { "qmljs" }
- ```
-- `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/qml_lsp.lua:4](../lua/lspconfig/configs/qml_lsp.lua#L4)
-
-
## qmlls
-https://github.com/qt/qtdeclarative
+https://doc.qt.io/qt-6/qtqml-tooling-qmlls.html
+
+> QML Language Server is a tool shipped with Qt that helps you write code in your favorite (LSP-supporting) editor.
-LSP implementation for QML (autocompletion, live linting, etc. in editors),
+Source in the [QtDeclarative repository](https://code.qt.io/cgit/qt/qtdeclarative.git/)
Snippet to enable the language server:
```lua