Updates brew packages and supports Elm syntax in Vim
This commit is contained in:
parent
62cabc2e99
commit
f4f6a79481
2 changed files with 61 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue