diff --git a/.vimrc b/.vimrc index 2b04cbe..fe02418 100644 --- a/.vimrc +++ b/.vimrc @@ -220,11 +220,8 @@ endfu " detect indentation see http://www.freehackers.org/Indent_Finder autocmd BufReadPost /* call DetectIndent() -map :pyf ~/.vim/syntax/clang-format.py -imap :pyf ~/.vim/syntax/clang-format.pyi - -let g:clang_rename_path="clang-rename-4.0" -noremap cr :pyf ~/.vim/syntax/clang-rename.py +map :py3f ~/.vim/syntax/clang-format.py +imap :py3f ~/.vim/syntax/clang-format.pyi set wildignore+=*.o,*.d,*.dex,*.class,*.png,*.jpeg,*.jpg,*.pdf