Skip to content

Commit

Permalink
update vimrc
Browse files Browse the repository at this point in the history
  • Loading branch information
chxuan committed Jun 28, 2018
1 parent f5a3a8b commit 89b1d33
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -261,11 +261,6 @@ let g:tagbar_width = 30
nnoremap <silent> <leader>t :TagbarToggle<cr>
inoremap <silent> <leader>t <esc> :TagbarToggle<cr>
" cpp_class_scope_highlight
let g:cpp_class_scope_highlight = 1
let g:cpp_experimental_template_highlight = 1
let c_no_curly_error = 1

" incsearch.vim
map / <Plug>(incsearch-forward)
map ? <Plug>(incsearch-backward)
Expand Down

0 comments on commit 89b1d33

Please sign in to comment.