This commit is contained in:
2026-06-27 11:19:35 +02:00
parent 9f6741d9fa
commit 880c4ae103
4 changed files with 24 additions and 11 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ vim.api.nvim_create_autocmd('TextYankPost', {
callback = function()
vim.highlight.on_yank({
higroup = 'Visual',
timeout = 100,
timeout = 200,
})
end,
desc = 'Highlight on yank',