vim-leader-guide icon indicating copy to clipboard operation
vim-leader-guide copied to clipboard

No guide entries visible

Open samtay opened this issue 4 years ago • 0 comments

I can't seem to figure this plugin out. Am I correct that, without supplying a custom dictionary, this should still show shortcut entries, albiet with raw mappings? Or do you have to add them manually? I have a ton of <leader>X shortcuts and I don't see any of them. I'm using this config:

let g:lmap = {}
call leaderGuide#register_prefix_descriptions('<Space>', 'g:lmap')
nnoremap <silent> <leader> :<c-u>LeaderGuide '<Space>'<CR>
vnoremap <silent> <leader> :<c-u>LeaderGuideVisual '<Space>'<CR>

and I've tried placing it before and after where my mappings are defined, to no avail.

samtay avatar Mar 30 '20 23:03 samtay