ensure installed mason
This commit is contained in:
parent
41ac6c5056
commit
b6b0e17cfc
13
init.lua
13
init.lua
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Reference in New Issue