Added some more plugins

pull/1/head
Adam Veldhousen 10 years ago
parent ff06c2eb3e
commit 4f783fe987

@ -1,2 +1,5 @@
cb-idle-game /Users/Adam/Projects/erlang/cb-idle-game
cb-mud /Users/Adam/Projects/erlang/web/mud
Home /Users/Adam/Home
node /Users/Adam/Projects/node

@ -102,7 +102,7 @@
insteadOf = "gist:"
[push]
default = matching
default = current
[user]
email = adamveld12@gmail.com
name = Adam Veldhousen

11
.gitignore vendored

@ -8,13 +8,24 @@ _*
.DS_Store
.viminfo
.bash_history
.erlang.cookie
.mongorc.js
.sh_history
.dbshell
.netrc
# Directory
.heroku/
.vim/bundle/*
.cache/
.gem/
.ssh/
.node-gyp/
./Tools/Console2/
.npm/
target
Library
Tools/vim/bundle/*
Tools/vim/tutor/

@ -7,7 +7,8 @@
#------------------------------------------------------------------------------#
# enable pbcopy and pbpaste support with reattach-to-user-namespace
set-option -g default-command "reattach-to-user-namespace -l zsh"
set-option -g default-command "reattach-to-user-namespace -l bash"
set-option -g default-shell /bin/bash
# set esc-wait off, so vim works
set-option -sg escape-time 0

@ -244,7 +244,8 @@ au BufRead,BufNewFile *.scala setfiletype scala
au BufRead,BufNewFile *.less setfiletype css
au BufRead,BufNewFile *.go setfiletype go
au BufRead,BufNewFile *.js setfiletype javascript
au BufRead,BufNewFile *.coffee setfiletype coffeescript
au BufRead,BufNewFile *.coffee setfiletype coffee
au BufRead,BufNewFile *.iced setfiletype coffee
au GUIEnter * set vb t_vb=
if has('gui_running')
@ -252,7 +253,7 @@ if has('gui_running')
set guioptions -=T
set guioptions -=r
set guioptions -=L
set guifont=Ubuntu\ Mono:h26,Consolas:h12
set guifont=Ubuntu\ Mono:h36,Consolas:h22
endif
let g:ruby_path = ':C:\ruby193\bin'

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save