We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tzachar/local-highlight.nvim#31
1 parent f7f291e commit 74a8d0fCopy full SHA for 74a8d0f
lua/modules/configs/editor/local-highlight.lua
@@ -2,5 +2,8 @@ return function()
2
require("modules.utils").load_plugin("local-highlight", {
3
hlgroup = "IlluminatedWordText",
4
insert_mode = false,
5
+ animate = {
6
+ enabled = false,
7
+ },
8
})
9
end
0 commit comments