" Go vim settings compiler go " Compile package nnoremap cc :make " Compile file nnoremap cf :make % " Compile & run file nnoremap cr :!go run % " Comment string setlocal commentstring=//\ %s