Remove Mason ensure installed packages to reduce disk load

This commit is contained in:
Yannick Reiß 2023-09-05 21:51:23 +02:00
parent fedb307bd4
commit 3ce21a6261
No known key found for this signature in database
GPG Key ID: 5A3AF456F0A0338C
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ vim.g.tex_flavor = "latex"
vim.opt.conceallevel = 2
vim.opt.guifont = "DroidSansMono Nerd Font 11"
-- set colorscheme
-- set color scheme
vim.opt.termguicolors = true
vim.cmd([[
colorscheme tokyonight-night
@ -153,7 +153,7 @@ require("mason").setup(require("mason").setup({
}))
require("mason-lspconfig").setup({
ensure_installed = { "clangd", "cmake", "jdtls", "texlab", "pylsp" },
-- ensure_installed = { "clangd", "cmake", "jdtls", "texlab", "pylsp" },
})
require("mason-lspconfig").setup_handlers({