vim.api.nvim_create_autocmd( { "BufWritePost" }, { pattern = { "*.py", "*.pyi" }, command = [[ :silent! !/usr/bin/isort -q % ]], })