Skip to content

Commit

Permalink
Fix for odd filetype detection error. Added Elixir syntax suport.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeering committed Sep 3, 2015
1 parent 0a648dd commit 5cb3829
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vim/config.vim
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
syntax enable " Turn on syntax highlighting.

filetype on " Turn on filetype detection.
filetype off " Turn on filetype detection.
filetype plugin indent on

set autoread " Automatically reload changes if detected

Expand Down
3 changes: 3 additions & 0 deletions vim/vundle.vim
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ Bundle 'godlygeek/tabular'
" An extensible & universal comment plugin that also handles embedded filetypes
Bundle 'tComment'

" Elixir support for vim.
Bundle 'elixir-lang/vim-elixir'

" TODO:
" https://github.com/junegunn/vim-easy-align
" https://github.com/maxbrunsfeld/vim-yankstack
Expand Down

0 comments on commit 5cb3829

Please sign in to comment.