Added some more plugins
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
|
Home /Users/Adam/Home
|
||||||
|
node /Users/Adam/Projects/node
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -102,7 +102,7 @@
|
||||||
insteadOf = "gist:"
|
insteadOf = "gist:"
|
||||||
|
|
||||||
[push]
|
[push]
|
||||||
default = matching
|
default = current
|
||||||
[user]
|
[user]
|
||||||
email = adamveld12@gmail.com
|
email = adamveld12@gmail.com
|
||||||
name = Adam Veldhousen
|
name = Adam Veldhousen
|
||||||
|
|
|
||||||
|
|
@ -8,13 +8,24 @@ _*
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.viminfo
|
.viminfo
|
||||||
.bash_history
|
.bash_history
|
||||||
|
.erlang.cookie
|
||||||
|
.mongorc.js
|
||||||
|
.sh_history
|
||||||
|
.dbshell
|
||||||
|
.netrc
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Directory
|
# Directory
|
||||||
|
.heroku/
|
||||||
.vim/bundle/*
|
.vim/bundle/*
|
||||||
.cache/
|
.cache/
|
||||||
.gem/
|
.gem/
|
||||||
.ssh/
|
.ssh/
|
||||||
.node-gyp/
|
.node-gyp/
|
||||||
./Tools/Console2/
|
./Tools/Console2/
|
||||||
|
.npm/
|
||||||
target
|
target
|
||||||
Library
|
Library
|
||||||
|
Tools/vim/bundle/*
|
||||||
|
Tools/vim/tutor/
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,8 @@
|
||||||
#------------------------------------------------------------------------------#
|
#------------------------------------------------------------------------------#
|
||||||
|
|
||||||
# enable pbcopy and pbpaste support with reattach-to-user-namespace
|
# 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 esc-wait off, so vim works
|
||||||
set-option -sg escape-time 0
|
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 *.less setfiletype css
|
||||||
au BufRead,BufNewFile *.go setfiletype go
|
au BufRead,BufNewFile *.go setfiletype go
|
||||||
au BufRead,BufNewFile *.js setfiletype javascript
|
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=
|
au GUIEnter * set vb t_vb=
|
||||||
|
|
||||||
if has('gui_running')
|
if has('gui_running')
|
||||||
|
|
@ -252,7 +253,7 @@ if has('gui_running')
|
||||||
set guioptions -=T
|
set guioptions -=T
|
||||||
set guioptions -=r
|
set guioptions -=r
|
||||||
set guioptions -=L
|
set guioptions -=L
|
||||||
set guifont=Ubuntu\ Mono:h26,Consolas:h12
|
set guifont=Ubuntu\ Mono:h36,Consolas:h22
|
||||||
endif
|
endif
|
||||||
|
|
||||||
let g:ruby_path = ':C:\ruby193\bin'
|
let g:ruby_path = ':C:\ruby193\bin'
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue