X Tutup
Skip to content

styx/vim-elixir

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

183 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-elixir

Build Status

This project contains some Vim configuration files to work with Elixir.

So far it's included:

  • Syntax highlighting

  • Filetype detection

  • Auto indentation

Install

  • Copy the files to your ~/.vim directory.

  • If you use vim-pathogen you can clone this repo into ~/.vim/bundle

Snippets

If you are looking for snipmate snippets take a look at: elixir-snippets


⚠️ Warning: Older versions (<= 3.4.0-106) of Syntastic check Elixir scripts by executing them. In addition to being unsafe, this can cause Vim to hang while saving Elixir scripts. This is not an error in vim-elixir. The issue is remedied in Syntastic by disabling Elixir checking by default.

If your version of Syntastic is below 3.4.0-107 (16 July 2014), you should update to a newer version.


About

Vim configuration files for Elixir

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Vim Script 58.4%
  • Ruby 41.6%
X Tutup