Skip to content

Commit

Permalink
mason: add Elixir language support
Browse files Browse the repository at this point in the history
  • Loading branch information
sunaku committed Feb 2, 2024
1 parent ed6fe1a commit 5f5e7a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/mason.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ return {
-- add more things to the ensure_installed table protecting against community packs modifying it
opts.ensure_installed = require("astronvim.utils").list_insert_unique(opts.ensure_installed, {
-- "lua_ls",
"elixirls",
})
end,
},
Expand All @@ -20,6 +21,7 @@ return {
opts.ensure_installed = require("astronvim.utils").list_insert_unique(opts.ensure_installed, {
-- "prettier",
-- "stylua",
"elixir",
})
end,
},
Expand All @@ -30,6 +32,7 @@ return {
-- add more things to the ensure_installed table protecting against community packs modifying it
opts.ensure_installed = require("astronvim.utils").list_insert_unique(opts.ensure_installed, {
-- "python",
"elixir",
})
end,
},
Expand Down

0 comments on commit 5f5e7a6

Please sign in to comment.