set showcmd " Show (partial) command in status line.
set ruler " show the cursor position all the time
set confirm " Ask what to do when closing unsaved documents
+set shortmess=filnxtoOI " don't show intro message
" editing text {{{1
set backspace=indent,eol,start " allow backspacing over everything in insert mode
let g:tagbar_iconchars = ['+', '-']
" YouCompleteMe {{{2
-let g:ycm_extra_conf_globlist = ['/mnt/data/src/*']
+let g:ycm_extra_conf_globlist = ['~/src/*']
" vim-json {{{2
let g:vim_json_syntax_conceal = 0