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:
parent
388916ee13
commit
357620a11b
1 changed files with 1 additions and 0 deletions
|
|
@ -108,6 +108,7 @@ vim.diagnostic.config({
|
|||
|
||||
user = {} ---@diagnostic disable-line: lowercase-global
|
||||
|
||||
---@type HighlightYankConfig
|
||||
user.highlight_yank = {
|
||||
enable = true,
|
||||
timeout = 400,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue