Skip to content

Commit

Permalink
feat(julia): 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 fe67144 commit aab1019
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lua/astrocommunity/pack/julia/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ return {
opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, "julials")
end,
},
{
"WhoIsSethDaniel/mason-tool-installer.nvim",
optional = true,
opts = function(_, opts)
opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, "julia-lsp")
end,
},
{
"hrsh7th/nvim-cmp",
optional = true,
Expand Down

0 comments on commit aab1019

Please sign in to comment.