Commit ed0606f4 authored by Murukesh Mohanan's avatar Murukesh Mohanan

switch foldmethods

parent 454ddb17
...@@ -77,3 +77,7 @@ ciphertexts ...@@ -77,3 +77,7 @@ ciphertexts
filesystem filesystem
YJLinux YJLinux
Kubernetes Kubernetes
JSON
kubernetes
YNW
Redis
...@@ -183,7 +183,8 @@ autocmd BufWritePost *.sh,*.py if get(b:, 'is_new', 0) | silent execute '!chmod ...@@ -183,7 +183,8 @@ autocmd BufWritePost *.sh,*.py if get(b:, 'is_new', 0) | silent execute '!chmod
let g:SuperTabDefaultCompletionType = "context" let g:SuperTabDefaultCompletionType = "context"
let g:SuperTabClosePreviewOnPopupClose = 1 let g:SuperTabClosePreviewOnPopupClose = 1
set omnifunc=syntaxcomplete#Complete set omnifunc=syntaxcomplete#Complete
set foldmethod=syntax set foldmethod=indent
set foldlevel=10
let g:syntastic_cpp_compiler_options = ' -std=c++11' let g:syntastic_cpp_compiler_options = ' -std=c++11'
let g:syntastic_python_python_exec = '/usr/bin/python3' let g:syntastic_python_python_exec = '/usr/bin/python3'
let g:airline#extensions#tabline#enabled = 0 let g:airline#extensions#tabline#enabled = 0
......
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