diff options
| author | Logan Grosz <logan.grosz@gmail.com> | 2025-03-16 10:18:33 -0600 |
|---|---|---|
| committer | Logan Grosz <logan.grosz@gmail.com> | 2025-03-16 10:20:06 -0600 |
| commit | db75b5d18978e06872e11505cd27d422b3b6e8d9 (patch) | |
| tree | 98c200fa02983fa5d8e58ce8ac2e22e40bd672ec | |
| parent | chore(qml_lsp)!: remove config (diff) | |
| download | nvim-lspconfig-db75b5d18978e06872e11505cd27d422b3b6e8d9.tar nvim-lspconfig-db75b5d18978e06872e11505cd27d422b3b6e8d9.tar.gz nvim-lspconfig-db75b5d18978e06872e11505cd27d422b3b6e8d9.tar.bz2 nvim-lspconfig-db75b5d18978e06872e11505cd27d422b3b6e8d9.tar.lz nvim-lspconfig-db75b5d18978e06872e11505cd27d422b3b6e8d9.tar.xz nvim-lspconfig-db75b5d18978e06872e11505cd27d422b3b6e8d9.tar.zst nvim-lspconfig-db75b5d18978e06872e11505cd27d422b3b6e8d9.zip | |
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.
| -rw-r--r-- | lua/lspconfig/configs/qmlls.lua | 6 |
1 files changed, 4 insertions, 2 deletions
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/) ]], }, } |
