Add some Elixir stuff

This commit is contained in:
Michael Campagnaro 2021-11-30 23:04:27 -05:00
parent e65a3204ab
commit 82487cfa67
2 changed files with 8 additions and 1 deletions

View File

@ -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 gstats='echo "Total commits: $(git rev-list HEAD --count)"; echo "\nAuthor breakdown:"; git shortlog | grep -E "^[^ ]"'
alias gwip="git add . && git commit -m \"WIP\"" 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 # Haxe
#################################################################################################### ####################################################################################################

2
vimrc
View File

@ -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 '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 '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' Plug 'vim-airline/vim-airline-themes'
if IsWindows() if IsWindows()