vimrc: add elixir support

This commit is contained in:
Gabriel Ebner 2020-07-14 17:49:29 +02:00
parent 49e6f81a04
commit 5689720d8c
1 changed files with 2 additions and 0 deletions

2
vimrc
View File

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