mason tuning

This commit is contained in:
Oliver Hartmann 2025-05-12 23:59:03 +02:00
parent 389645576a
commit 2c3a45e455

View File

@ -14,30 +14,11 @@ return {
})
require('mason-lspconfig').setup({
automatic_installation = false,
ensure_installed = {
'clangd',
'basedpyright',
-- 'neocmake',
'efm',
'lua_ls',
'jsonls',
'markdown_oxide',
},
})
require('mason-tool-installer').setup({
-- a list of all tools you want to ensure are installed upon
-- start
ensure_installed = {
'black',
'flake8',
'isort',
'prettier',
'stylua',
'gersemi',
'cmakelang',
'ruff',
},
})
end,
}