vimrc: add elixir support

This commit is contained in:
Gabriel Ebner 2020-07-14 17:49:29 +02:00
parent 49e6f81a04
commit 5689720d8c

2
vimrc

@ -121,6 +121,8 @@ Plug 'wlangstroth/vim-racket'
Plug 'dag/vim-fish' Plug 'dag/vim-fish'
Plug 'elixir-editors/vim-elixir'
call plug#end() call plug#end()
filetype plugin indent on filetype plugin indent on