mirror of
https://github.com/pnx/dotfiles
synced 2026-07-03 23:13:39 +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
|
user = {} ---@diagnostic disable-line: lowercase-global
|
||||||
|
|
||||||
|
---@type HighlightYankConfig
|
||||||
user.highlight_yank = {
|
user.highlight_yank = {
|
||||||
enable = true,
|
enable = true,
|
||||||
timeout = 400,
|
timeout = 400,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue