From aa8da460fd9c74ff1bb8b45e92baacd24cff8aaa Mon Sep 17 00:00:00 2001 From: kindlyway Date: Sat, 11 Jul 2026 12:02:53 +0000 Subject: docs: qmlls6 #4470 Some distros like arch have a separate package with a cmd of qmlls6. --- lsp/qmlls.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lsp/qmlls.lua b/lsp/qmlls.lua index ef5d5c12..12afc3bd 100644 --- a/lsp/qmlls.lua +++ b/lsp/qmlls.lua @@ -5,6 +5,11 @@ --- > 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/) +--- +--- Note: On some distros, the cmd of qmlls is `qmlls6`. You can override `cmd`: +--- ```lua +--- vim.lsp.config('qmlls', { cmd = { 'qmlls6' } }) +--- ``` ---@type vim.lsp.Config return { -- cgit v1.3.1