From db75b5d18978e06872e11505cd27d422b3b6e8d9 Mon Sep 17 00:00:00 2001 From: Logan Grosz Date: Sun, 16 Mar 2025 10:18:33 -0600 Subject: docs(qmlls): point to official sources Refers to the Qt docs for the initial link, quotes Qt's page for the description, and points to the official cgit server for the source. --- lua/lspconfig/configs/qmlls.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lua') diff --git a/lua/lspconfig/configs/qmlls.lua b/lua/lspconfig/configs/qmlls.lua index 07bcaf66..6c6093a7 100644 --- a/lua/lspconfig/configs/qmlls.lua +++ b/lua/lspconfig/configs/qmlls.lua @@ -9,9 +9,11 @@ return { }, docs = { description = [[ -https://github.com/qt/qtdeclarative +https://doc.qt.io/qt-6/qtqml-tooling-qmlls.html -LSP implementation for QML (autocompletion, live linting, etc. in editors), +> QML Language Server is a tool shipped with Qt that helps you write code in your favorite (LSP-supporting) editor. + +Source in the [QtDeclarative repository](https://code.qt.io/cgit/qt/qtdeclarative.git/) ]], }, } -- cgit v1.2.3-70-g09d2