mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 08:35:53 +02:00
feat(rust): make mason optional
This commit is contained in:
parent
29ba21274d
commit
272f6af842
1 changed files with 1 additions and 0 deletions
|
@ -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" })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue