vim.api.nvim_create_autocmd( { "BufWritePost" }, { pattern = { "*.vue", "*.js", "*.ts" }, command = [[ :silent! !/usr/bin/env prettier -w % ]], })