7 lines
143 B
Lua
7 lines
143 B
Lua
|
return function()
|
||
|
require("modules.utils").load_plugin("local-highlight", {
|
||
|
hlgroup = "IlluminatedWordText",
|
||
|
insert_mode = false,
|
||
|
})
|
||
|
end
|