Add some Elixir stuff
This commit is contained in:
parent
e65a3204ab
commit
82487cfa67
7
aliases
7
aliases
|
@ -967,6 +967,13 @@ alias gxom='git reset --hard origin/master'
|
|||
alias gstats='echo "Total commits: $(git rev-list HEAD --count)"; echo "\nAuthor breakdown:"; git shortlog | grep -E "^[^ ]"'
|
||||
alias gwip="git add . && git commit -m \"WIP\""
|
||||
|
||||
####################################################################################################
|
||||
# Elixir
|
||||
####################################################################################################
|
||||
alias ei='rlwrap iex -S mix phx.server'
|
||||
alias et='mix test'
|
||||
alias er='mix phx.server'
|
||||
|
||||
####################################################################################################
|
||||
# Haxe
|
||||
####################################################################################################
|
||||
|
|
2
vimrc
2
vimrc
|
@ -169,7 +169,7 @@ endif
|
|||
|
||||
Plug 'luochen1990/rainbow', { 'commit': '1c45e0f' } " Rainbow parens. Locked to an older commit that still works fine on my PC.
|
||||
"Plug 'flazz/vim-colorschemes' " @warning: Has a lot of themes, but they break the other themes listed below
|
||||
Plug 'elixir-lang/vim-elixir'
|
||||
Plug 'sir-pinecone/vim-elixir'
|
||||
Plug 'vim-airline/vim-airline-themes'
|
||||
|
||||
if IsWindows()
|
||||
|
|
Loading…
Reference in New Issue
Block a user