add qmlls to lsp configuration list
This commit is contained in:
parent
1f8a2013cb
commit
588530be9e
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ local servers = {
|
||||||
glslls = {
|
glslls = {
|
||||||
cmd = { "glslls", "--target-env", "opengl", "--stdin" },
|
cmd = { "glslls", "--target-env", "opengl", "--stdin" },
|
||||||
},
|
},
|
||||||
|
qmlls = {},
|
||||||
}
|
}
|
||||||
|
|
||||||
local enabled = {}
|
local enabled = {}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue