1 2 3 4 5 6 7 8 9
-- Fix C filetype comments vim.api.nvim_create_autocmd("Filetype", { pattern = "c", callback = function() vim.bo.commentstring = "//%s" end, group = comment_augroup, })