Commit 2c8ee7a3 authored by Murukesh Mohanan's avatar Murukesh Mohanan

Supertab preview autoclose (http://vi.stackexchange.com/q/4056/205)

parent 82eecc90
colorschemes @ 28a989b2
Subproject commit 81c6dd7ce3169e5ad9ba92422ba6e1ce5b074e36
Subproject commit 28a989b28457e38df620e4c7ab23e224aff70efe
nerdtree @ bcf3de4f
Subproject commit 96c07746b46c12d0aca7a5276cc5bd0a260b82fe
Subproject commit bcf3de4fdffae45fc7c85b6b84a01b37177924aa
syntastic @ bfc55793
Subproject commit 83829b766e6160047d311fbf06f4c9cf2e8080a2
Subproject commit bfc55793ef60ef80055b745fa037bb58f288d3b1
vim-fugitive @ 03cc95cc
Subproject commit 7c4a90614792cf4b74e0f3386cc6b14046419312
Subproject commit 03cc95cc198ea94a6a003a92cd0e58af4416ec25
......@@ -84,6 +84,7 @@ autocmd BufWritePre *.sh if !filereadable(expand('%')) | let b:is_new = 1 | endi
autocmd BufWritePost *.sh if get(b:, 'is_new', 0) | silent execute '!chmod +x %' | endif
let g:SuperTabDefaultCompletionType = "context"
let g:SuperTabClosePreviewOnPopupClose = 1
set omnifunc=syntaxcomplete#Complete
set foldmethod=syntax
let g:syntastic_cpp_compiler_options = ' -std=c++11'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment