Skip to content

Commit

Permalink
feat(cpp): add mason-tool-installer config
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Feb 8, 2024
1 parent 66b9b19 commit c2234fa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lua/astrocommunity/pack/cpp/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,11 @@ return {
},
opts = {},
},
{
"WhoIsSethDaniel/mason-tool-installer.nvim",
optional = true,
opts = function(_, opts)
opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, "clangd", "codelldb")
end,
},
}

0 comments on commit c2234fa

Please sign in to comment.