(chore): Fixed outdated LS
This commit is contained in:
parent
1b291b1253
commit
d0d17c5418
1 changed files with 57 additions and 57 deletions
|
|
@ -90,7 +90,7 @@ lspconfig["emmet_ls"].setup({
|
||||||
})
|
})
|
||||||
|
|
||||||
-- configure lua server (with special settings)
|
-- configure lua server (with special settings)
|
||||||
lspconfig["sumneko_lua"].setup({
|
lspconfig["lua_ls"].setup({
|
||||||
capabilities = capabilities,
|
capabilities = capabilities,
|
||||||
on_attach = on_attach,
|
on_attach = on_attach,
|
||||||
settings = { -- custom settings for lua
|
settings = { -- custom settings for lua
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue