This commit is contained in:
2026-02-25 22:20:49 +01:00
parent e79572c9e6
commit 3ed59f5058
3 changed files with 23 additions and 2 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
})