feat(rust): make mason optional

This commit is contained in:
Folke Lemaitre
2023-07-02 12:57:47 +02:00
parent 29ba21274d
commit 272f6af842

View File

@ -32,6 +32,7 @@ return {
-- Ensure Rust debugger is installed
{
"williamboman/mason.nvim",
optional = true,
opts = function(_, opts)
if type(opts.ensure_installed) == "table" then
vim.list_extend(opts.ensure_installed, { "codelldb" })