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

Add lang/elixir layer

This commit is contained in:
wsdjeg 2017-02-03 19:08:08 +08:00
parent 4773aa24f3
commit 3a82abded4

View File

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