add lsp configs
This commit is contained in:
parent
3cc50a4f27
commit
605429e5c4
1 changed files with 5 additions and 1 deletions
|
|
@ -35,7 +35,11 @@ local servers = {
|
|||
},
|
||||
elixirls = {
|
||||
cmd = { "elixir-ls" },
|
||||
}
|
||||
},
|
||||
rust_analyzer = {},
|
||||
glslls = {
|
||||
cmd = { "glslls", "--target-env", "opengl", "--stdin" },
|
||||
},
|
||||
}
|
||||
|
||||
for server, config in pairs(servers) do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue