feat(rust): make mason optional

This commit is contained in:
Folke Lemaitre 2023-07-02 12:57:47 +02:00
parent 29ba21274d
commit 272f6af842
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

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" })