1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 13:00:04 +08:00

Merge pull request #1404 from jeregrine/elixir-eex

Supporting eex in the elixir layer
This commit is contained in:
Wang Shidong 2018-02-15 23:11:54 +08:00 committed by GitHub
commit eed15a55bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
function! SpaceVim#layers#lang#elixir#plugins() abort
let plugins = []
call add(plugins, ['elixir-editors/vim-elixir', {'on_ft' : 'elixir'}])
call add(plugins, ['elixir-editors/vim-elixir', {'on_ft' : ['elixir', 'eelixir']}])
call add(plugins, ['slashmili/alchemist.vim', {'on_ft' : 'elixir'}])
return plugins
endfunction