Skip to content

Commit

Permalink
clang
Browse files Browse the repository at this point in the history
  • Loading branch information
locojay committed Dec 29, 2012
1 parent ebe0968 commit 358e891
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -760,6 +760,8 @@ let g:syntastic_python_checker = 'flake8'
" let g:syntastic_python_checker = 'flake8 --ignore=E221,E225,E231,E251,E302,E303,W391,E501,E702'

let g:syntastic_stl_format = '[%E{%e Errors}%B{, }%W{%w Warnings}]'
let g:syntastic_cpp_compiler = 'clang++'
let g:syntastic_cpp_compiler_options = ' -std=c++11 -stdlib=libc++'

" }}}

Expand Down Expand Up @@ -861,6 +863,11 @@ let g:user_zen_leader_key = '<leader>h'
Bundle 'nono/jquery.vim'
"}}}

"C++ ------------------------------------------------------------ {{{
Bundle 'Rip-Rip/clang_complete'
Bundle 'osyo-manga/neocomplcache-clang_complete'
"}}}


"Other ----------------------------------------------------- {{{
"Task Management
Expand Down

0 comments on commit 358e891

Please sign in to comment.