Merge pull request 'highlight delay updated for vscode yank' (#49) from push-xxtqtnyxntzn into main
Reviewed-on: #49
This commit is contained in:
commit
e609be9239
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ vim.g.maplocalleader = " "
|
|||
vim.api.nvim_set_hl(0, "YankHighlight", { bg = "#d19a66" })
|
||||
vim.api.nvim_create_autocmd("TextYankPost", {
|
||||
callback = function()
|
||||
vim.highlight.on_yank({ higroup = "YankHighlight", timeout = 1000 })
|
||||
vim.highlight.on_yank({ higroup = "YankHighlight", timeout = 200 })
|
||||
end,
|
||||
pattern = "*",
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue