Updates brew packages and supports Elm syntax in Vim

This commit is contained in:
William Carroll 2016-11-11 15:20:00 -05:00
parent 62cabc2e99
commit f4f6a79481
2 changed files with 61 additions and 0 deletions

View file

@ -1,26 +1,84 @@
ack
ansifilter
arpack
bash-completion
bind
chromedriver
cmake
cmatrix
coreutils
cowsay
ctags
elm
epstool
fftw
fltk
fontconfig
freetype
gcc
gd
gdbm
gettext
ghostscript
gl2ps
glpk
gmp
gnu-sed
gnupg
gnuplot
graphicsmagick
hdf5
hping
htop
httpie
imagemagick
isl
jpeg
jq
json-c
libevent
libmpc
libpng
libstfl
libtiff
libtool
little-cms2
lua
metis
mpfr
nethogs
newsbeuter
nmap
octave
oniguruma
openssl
pcre
phantomjs
pidof
pkg-config
plotutils
pstoedit
pup
python
python3
qhull
qrupdate
readline
recode
shc
sqlite
suite-sparse
szip
tbb
texinfo
the_silver_searcher
tig
tmux
transfig
tree
veclibfort
vim
webp
wget
xz
zsh-syntax-highlighting

View file

@ -30,6 +30,9 @@ Plugin 'pangloss/vim-javascript'
Plugin 'scrooloose/nerdtree'
Plugin 'scrooloose/syntastic'
" Syntax Highlighting Support
Plugin 'lambdatoast/elm.vim'
" Themes
Plugin 'sickill/vim-monokai'
Plugin 'altercation/vim-colors-solarized'