nvim: autocmd: vim.highlight renamed to vim.hl
This commit is contained in:
parent
25b49ee661
commit
ae7a18490d
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ local aucmd_dict = {
|
|||
group = custom_augroup_id,
|
||||
pattern = "*",
|
||||
callback = function ()
|
||||
require("vim.highlight").on_yank({timeout = 1000})
|
||||
require("vim.hl").on_yank({timeout = 1000})
|
||||
end,
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue