vim.api.nvim_create_autocmd( { "BufWritePost" }, { pattern = { "*.c", "*.h" }, command = [[ :silent! !/usr/bin/clang-format -i % ]], })