Skip to content

Commit 74a8d0f

Browse files
committed
chore(editor.local-highlight): disable animatation introduced in tzachar/local-highlight.nvim#31
1 parent f7f291e commit 74a8d0f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lua/modules/configs/editor/local-highlight.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@ return function()
22
require("modules.utils").load_plugin("local-highlight", {
33
hlgroup = "IlluminatedWordText",
44
insert_mode = false,
5+
animate = {
6+
enabled = false,
7+
},
58
})
69
end

0 commit comments

Comments
 (0)