Hyprland-dotfiles/nvim/lua/modules/configs/editor/local-highlight.lua

7 lines
143 B
Lua
Raw Normal View History

2024-07-21 02:51:17 -04:00
return function()
require("modules.utils").load_plugin("local-highlight", {
hlgroup = "IlluminatedWordText",
insert_mode = false,
})
end