Skip to content

Instantly share code, notes, and snippets.

@rdbuf
Last active April 15, 2017 00:48
Show Gist options
  • Save rdbuf/a29004aad725e01112d6edd9acd8f1ee to your computer and use it in GitHub Desktop.
Save rdbuf/a29004aad725e01112d6edd9acd8f1ee to your computer and use it in GitHub Desktop.
Neovim config for GCJ rounds.
highlight ImplReminder ctermfg=red
match ImplReminder /\/\/ IMPLEMENT ME/
autocmd FileType cpp nnoremap <F12> :0r ~/gcj/.template.cc<CR>/IMPLEMENT ME<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment