Skip to content

Commit

Permalink
Fix "sumneko_lua is deprecated, use lua_ls instead"
Browse files Browse the repository at this point in the history
  • Loading branch information
djpowers committed Feb 23, 2023
1 parent 3f9a2c3 commit 0612011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/nvim/lua/user/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ mason_lspconfig.setup_handlers {
end,
}

lspconfig.sumneko_lua.setup {
lspconfig.lua_ls.setup {
on_attach = on_attach,
capabilities = capabilities,
settings = {
Expand Down

0 comments on commit 0612011

Please sign in to comment.