summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorLee Marlow <[email protected]>2021-06-29 15:48:21 -0600
committerGitHub <[email protected]>2021-06-29 17:48:21 -0400
commitdbad645f9075e54ce1864dba978e61c478b59e64 (patch)
tree7f110790d2ea6c8bcca17ce407d222cea9440d0c /init.lua
parent38a0668e4d01e412d40e6d7281346d287aad9c52 (diff)
Fix elixir spelling (#546)
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index d066c27b..075c7368 100644
--- a/init.lua
+++ b/init.lua
@@ -41,7 +41,7 @@ if O.lang.terraform.active then require('lsp.terraform-ls') end
if O.lang.tailwindcss.active then require('lsp.tailwindcss-ls') end
if O.lang.vim.active then require('lsp.vim-ls') end
if O.lang.yaml.active then require('lsp.yaml-ls') end
-if O.lang.elixer.active then require('lsp.elixer-ls') end
+if O.lang.elixir.active then require('lsp.elixir-ls') end
if O.lang.tsserver.active then
require('lsp.js-ts-ls')
require('lsp.angular-ls')