From afda9abeb174b73d0981708385526bd75c6312ff Mon Sep 17 00:00:00 2001 From: niverton Date: Mon, 7 Oct 2024 18:23:29 +0200 Subject: [PATCH] feat(lsp): config for qmlls --- lua/plugins/20-lsp.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/plugins/20-lsp.lua b/lua/plugins/20-lsp.lua index 33c466c..881c9f7 100644 --- a/lua/plugins/20-lsp.lua +++ b/lua/plugins/20-lsp.lua @@ -25,6 +25,9 @@ return { slint_lsp = { root_dir = function() end, -- Fix missing root_dir issue in neoconf (lspconfig doesn't define it...) }, + qmlls = { + cmd = { "qmlls6" }, + }, }, }, }