dammit
This commit is contained in:
parent
93310317fb
commit
84021f562f
5 changed files with 8 additions and 9 deletions
9
.vimrc
9
.vimrc
|
|
@ -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 **
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue