ensure installed mason

This commit is contained in:
Your Name 2026-07-12 06:22:09 +08:00
parent 41ac6c5056
commit b6b0e17cfc
1 changed files with 13 additions and 0 deletions

View File

@ -760,6 +760,19 @@ do
local ensure_installed = vim.tbl_keys(servers or {})
vim.list_extend(ensure_installed, {
-- You can add other tools here that you want Mason to install
'stylua',
'tailwindcss',
'prettierd',
'html',
'intelephense',
'pretty-php',
'svelte',
'vtsls',
'gofumpt',
'gopls',
'shfmt',
'rust-analyzer',
'ruff',
})
require('mason-tool-installer').setup { ensure_installed = ensure_installed }