local conf = vim.lsp.config.qmlls conf.root_markers = { ".qmlls.ini" } vim.lsp.config("qmlls", conf) vim.lsp.enable("qmlls")