From 2574ad38c6ee4f0bef3a1ca305cd5df627a52bb3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 16 Mar 2025 16:34:10 +0000 Subject: docs: update configs.md skip-checks: true --- doc/configs.md | 30 ++++-------------------------- doc/configs.txt | 30 ++++-------------------------- 2 files changed, 8 insertions(+), 52 deletions(-) (limited to 'doc') 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 -- cgit v1.2.3-70-g09d2