mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-12 18:34:41 +02:00
Fix elixir spelling (#546)
This commit is contained in:
parent
38a0668e4d
commit
dbad645f90
2 changed files with 2 additions and 2 deletions
2
init.lua
2
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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue