Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
Fix typo in lsp-installer config for elixir
Browse files Browse the repository at this point in the history
  • Loading branch information
ilkka authored and NTBBloodbath committed Apr 3, 2022
1 parent cd1308f commit f7c0e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/doom/modules/config/doom-lsp-installer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ return function()
-- dlang = { 'serve_d' },
dockerfile = { "dockerls" },
dot = { "dotls" },
elixer = { "elixerls" },
elixir = { "elixirls" },
elm = { "elmls" },
ember = { "ember" },
fortran = { "fortls" },
Expand Down

0 comments on commit f7c0e55

Please sign in to comment.