" Go vim settings compiler go " Compile package nnoremap cc :make " Compile file nnoremap cf :make % " Compile & run file nnoremap cr :!go run % " Format nnoremap cdf :!go fmt % " Don't preserve indentation on empty lines inoremap nnoremap o o nnoremap O O " Comment string setlocal commentstring=//\ %s