From dbad645f9075e54ce1864dba978e61c478b59e64 Mon Sep 17 00:00:00 2001 From: Lee Marlow Date: Tue, 29 Jun 2021 15:48:21 -0600 Subject: Fix elixir spelling (#546) --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.lua') 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') -- cgit v1.2.3