Fixing the name of lua language server

This commit is contained in:
MASHRFI RAHMAN 2026-02-13 19:26:02 +06:00
parent e79572c9e6
commit f446215ee1
1 changed files with 1 additions and 1 deletions

View File

@ -614,7 +614,7 @@ require('lazy').setup({
-- You can press `g?` for help in this menu.
local ensure_installed = vim.tbl_keys(servers or {})
vim.list_extend(ensure_installed, {
'lua_ls', -- Lua Language server
'lua-language-server', -- Lua Language server
'stylua', -- Used to format Lua code
-- You can add other tools here that you want Mason to install
})