Skip to content

Commit

Permalink
chore: Change from sumneko_lua to lua_ls
Browse files Browse the repository at this point in the history
sumneko_lua is deprecated as of the following commit:
neovim/nvim-lspconfig#2439
  • Loading branch information
swoh816 committed Jul 11, 2023
1 parent 1fb89cb commit 64d9cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/user/lsp/mason.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local servers = {
"sumneko_lua",
"lua_ls",
"cssls",
"html",
"tsserver",
Expand Down

0 comments on commit 64d9cf3

Please sign in to comment.