vim-polyglot/ftdetect/elixir.vim

3 lines
106 B
VimL
Raw Normal View History

2013-09-12 11:31:56 -04:00
au BufRead,BufNewFile *.ex,*.exs set filetype=elixir
au FileType elixir setl sw=2 sts=2 et iskeyword+=!,?