The basic kakoune installation has a functioning :doc
command.
However, when I create the directory ~/.config/kak/autoload/
I get the error no such command: 'doc'
.
I’m wondering why this is and what I’m missing.
I just started slowly learning both vim and kakoune (I see why the editing grammar of kakoune is better). I created the autoload directory following the instructions to install this: https://github.com/alexherbo2/search-highlighter.kak
hoping to get functionality similar to hlsearch
in vim.
Off topic but I found the basic documentation for highlighters to be a little opaque; hopefully it will make more sense as I learn more.