Skip to content

Commit

Permalink
fix(mason): sumneko_lua -> lua_ls
Browse files Browse the repository at this point in the history
Signed-off-by: Utkarsh Gupta <utkarshgupta137@gmail.com>
  • Loading branch information
utkarshgupta137 authored and mehalter committed Mar 10, 2023
1 parent a624f3f commit 173d7f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/mason.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ return {
"williamboman/mason-lspconfig.nvim",
-- overrides `require("mason-lspconfig").setup(...)`
opts = {
-- ensure_installed = { "sumneko_lua" },
-- ensure_installed = { "lua_ls" },
},
},
-- use mason-null-ls to configure Formatters/Linter installation for null-ls sources
Expand Down

0 comments on commit 173d7f6

Please sign in to comment.