""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " Display set cc=100 set nowrap set number syntax on """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " Indentation set autoindent set expandtab set shiftwidth=4 set smarttab autocmd FileType make setlocal noexpandtab """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " Key maps nnoremap : if filereadable("build.sh") nnoremap t :!./build.sh endif if filereadable("build/build.ninja") nnoremap t :!ninja -C build endif