mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
apps: discord
This commit is contained in:
parent
bddc75a08b
commit
dc742c2b52
21 changed files with 221 additions and 50 deletions
|
|
@ -4,7 +4,7 @@ vim.api.nvim_create_autocmd("TextYankPost", {
|
|||
desc = "Hightlight selection on yank",
|
||||
pattern = "*",
|
||||
callback = function()
|
||||
vim.highlight.on_yank({ higroup = "IncSearch", timeout = 500 })
|
||||
vim.hl.on_yank({ higroup = "IncSearch", timeout = 250 })
|
||||
end,
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue