Skip to content

Commit

Permalink
feat: add elixir-ls (#7)
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Localhost <nikita.localhost@gmail.com>
  • Loading branch information
nikitalocalhost authored Oct 16, 2022
1 parent 30282c9 commit 6d73fdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/mason-nvim-dap/mappings/source.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ M.nvim_dap_to_package = {
['javatest'] = 'java-test',
['mock'] = 'mockdebug',
['puppet'] = 'puppet-editor-services',
['elixir'] = 'elixir-ls',
}

M.package_to_nvim_dap = _.invert(M.nvim_dap_to_package)
Expand Down

0 comments on commit 6d73fdc

Please sign in to comment.