1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 11:24:55 +02:00

nvim: options: set type for user.highlight_yank

This commit is contained in:
Henrik Hautakoski 2024-08-26 19:24:37 +02:00
parent 388916ee13
commit 357620a11b

View file

@ -108,6 +108,7 @@ vim.diagnostic.config({
user = {} ---@diagnostic disable-line: lowercase-global
---@type HighlightYankConfig
user.highlight_yank = {
enable = true,
timeout = 400,