This commit is contained in:
Barak Michener 2013-05-03 14:24:40 -04:00
parent 93310317fb
commit 84021f562f
5 changed files with 8 additions and 9 deletions

@ -1 +1 @@
Subproject commit a7203d97c8aacf5e9da8872ff2b269e8af75bb41
Subproject commit 7cef111e01d05f21202098e48d2dde41b15e7ee2

@ -1 +1 @@
Subproject commit 6f214cbb6d42256031aaa9670cf9ea7358e18431
Subproject commit f7508703d640eebc959036005bcb912aa50161ec

@ -1 +1 @@
Subproject commit 618d884562f2b99fa62e3fb90e3531bf17396efa
Subproject commit 54ead5abcbfdd776e1160b5510a129884c39f29c

@ -1 +1 @@
Subproject commit 935184bd1806e37c1e3319c7f7f3ae94ef5a5313
Subproject commit ff031d022f2123353bc93a3aa97290287c10a287

9
.vimrc
View file

@ -162,15 +162,12 @@ let g:ConqueTerm_CWInsert = 1
let g:ConqueTerm_InsertOnEnter = 0
let g:ConqueTerm_SendVisKey = '<Leader>ss'
" * MiniBufExplorer
" * YouCompleteMe
let g:ycm_global_ycm_extra_conf = '~/.ycm_extra_conf.py'
let g:ycm_confirm_extra_conf = 0
"let g:ycm_add_preview_to_completeopt = 1
au! BufRead,BufWrite,BufWritePost,BufNewFile *.org
au BufEnter *.org call org#SetOrgFileType()
"MiniBufExplore Options
" * MinBufExplorer
"let g:miniBufExplMapWindowNavVim = 1
"let g:miniBufExplMapWindowNavArrows = 1
"let g:miniBufExplMapCTabSwitchBufs = 1
@ -188,6 +185,8 @@ let g:CommandTMaxDepth = 7
" let g:org_todo_setup='TODO | DONE'
" while g:org_tag_setup is itself a string
"let g:org_tag_setup='{@home(h) @work(w) @tennisclub(t)} \n {easy(e) hard(d)} \n {computer(c) phone(p)}'
au! BufRead,BufWrite,BufWritePost,BufNewFile *.org
au BufEnter *.org call org#SetOrgFileType()
" ** STATUSLINE **