My Neovim configuration
buf_cmdmap(0, "n", ",,", '!gcc -Wall -Wextra "%:p" -o "%:p:r" && %:p:r')
vim.opt_local.commentstring = "//%s"