local cmd = vim.cmd; cmd [[ augroup highlight_yank au! au TextYankPost * silent! lua vim.highlight.on_yank { timeout = 150 } augroup END ]]