plug.kak icon indicating copy to clipboard operation
plug.kak copied to clipboard

Add `kakrc` highlighters once the module has been loaded

Open alexherbo2 opened this issue 5 years ago • 0 comments

In the plug.kak implementation, we have a try block with require-module kak.

We can leverage the ModuleLoaded hook to add the highlighters once the kak module has been loaded.

hook global ModuleLoaded kak %{
  add-highlighter shared/kakrc/...
}

alexherbo2 avatar Oct 10 '20 13:10 alexherbo2